Trello (sample app)
This app displays graphics from the Trello Service The app’s Script code Script CodeExpand source type("""#user""" , """{{email|default:'a@b.c'}}""") type("""#password""" , """{{password|default:'password'}}""") clickAndWait("""#login""") openAndWait("""{{url|default:'https://trello.com/'}}""") repeat(0){ pause({{refresh|default:180}}) refreshAndWait() waitForPageLoad() runScript(""" j('.board-header, #header').hide(); """) } The app’s JSON Schema We need the declare a schema for the required configuration fields: email: the email of the user password: the […]