Relative Content

Tag Archive for javascriptelementconfirmation

javascript click on link and confirmation window

Here is the issue: I have to search for certain string (‘11223344’) on a web page. After it´s found, I have to click on it to download a file. The problem is after I click on the string it appears a pop window confirmation and my javascript code stucks on it. How can I send the command (via javascript) to click on the “OK button” in the confirmation window?