June 2018
Beginner to intermediate
376 pages
8h 58m
English
Writing the automated checks falls to you. You open up your development IDE and start writing Selenium code. Your plan is to replicate the actions that you would perform manually in an automated script:
Wait! It's a trap. As soon as you click on the download link, your test stops because Selenium cannot interact with an OS-level dialog box.
You go and have a look at the Selenium mailing lists and see lots of posts talking about your problem. Most of them seem to be advocating the use of another tool called AutoIT and there is some talk about using a Java Robot class. Almost everything you read talks about finding a way to interact ...
Read now
Unlock full access