Top "Browser-automation" questions

With browser automation a web browser can be instructed to repeat the same, possibly long task automatically or at will.

How to find out which JavaScript events fired?

I have a select list: <select id="filter"> <option value="Open" selected="selected">Open</option&…

javascript events watir dom-events browser-automation
How to automate browsing using python?

suppose, I need to perform a set of procedure on a particular website say, fill some forms, click submit button, …

python browser-automation
Selenium - NoSuchWindowException in IE 11

I am trying to automate a webpage using selenium in IE11. I have set the protected mode settings to same …

java internet-explorer selenium browser-automation
Lynx with javascript

So I wrote a script in PHP that requires javascript to run with it. I've had a hard time finding …

linux browser-automation lynx
How to use/attach an existing browser using Selenium?

What is the Selenium equivalent to attaching an existing browser in Watir? brw = Watir::IE.attach(:title, "Google")

selenium-webdriver browser-automation
How to select a text from the autocomplete textbox using selenium

I need to enter some text in a autocomplete textbox. Then I will select a option from that autocomplete option …

java selenium selenium-webdriver browser-automation
how does selenium webdriver upload files to the browser?

I am a javascript/java developer and I have been trying to figure out how the selenium webdriver automation framework …

selenium automation webdriver browser-automation selenium-chromedriver
How Do You Set Value of Input Element Programmatically Through CSharp?

Hello I am trying to automate my IE to log into a website but the problem is that the input …

c# html webforms autofill browser-automation
Maintain and re-use existing webdriver browser instance - java

Basically every time I run my java code from eclipse, webdriver launches a new ie browser and executes my tests …

java selenium selenium-webdriver browser-automation remotewebdriver
WebDriver with Java code does NOT open Firefox and does nothing in Windows XP

I am trying to run Selenium2 (known as WebDriver) with Java in Firefox. It does not even open the Firefox …

firefox selenium windows-xp selenium-webdriver browser-automation