This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
Hey everyone,
So I am trying to use yodeck to display some Azure dashboards. The issue is the example code works for logging in, but only displays a white screen.
Example code found here:
type("""#i0116""", """YOUR_EMAIL""")
runScript("""
document.querySelector("#i0116").dispatchEvent(new Event("change"))
""")
pause(2)
click("""#idSIButton9""")
pause(2)
type("""#i0118""", """YOUR_PASSWORD""")
runScript("""
document.querySelector("#i0118").dispatchEvent(new Event("change"))
""")
pause(2)
clickAndWait("""#idSIButton9""")
click("""#KmsiCheckboxField""")
pause(2)
click("""#idSIButton9""")
However if I want to use chromium, it fails to even submit the email address part stating "Enter a valid email address, phone number or Skype name"
Now if I plug in a keyboard, hit tab, and next, and then enter password etc. I am finally able to get to the page I needed to get to. I am not able to find on this page anything talking about how to insert keyboard commands.
Subreddit
Post Details
- Posted
- 4 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/digitalsign...