Top "Browser-automation" questions

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

Element click not functioning properly using selenium in IE 10

I am trying to automate a website using selenium in IE 10. The site opens fine however when I want to …

internet-explorer selenium selenium-webdriver browser-automation
How to write my own customize locator for Selenium webdriver in java?

I want to write my own locator to access the elements. WebDriver’s API offers currently eight locators allowing to …

java selenium webdriver selenium-webdriver browser-automation
Saving snapshot using vbscript

I am new to vbscript. I want to save a snapshot taken using vbscript of a internet explorer window opened …

vbscript automation screenshot clipboard browser-automation
What testing does Selenium cover over and above Karma?

I understand that Karma is a JavaScript test runner, which can run tests in real browsers. If that is the …

javascript selenium functional-testing karma-runner browser-automation
Excel VBA SendKeys not causing IE 9 to save download

I am writing a macro to download a csv file from my company's internal website. For many reasons I can't …

excel vba automation browser-automation office-automation
Automation Errors: 800706B5, 80004005, 80010108 appear for internal SAP site scrape

I am writing a macro that will scrape my company's internal SAP site for vendor information. For several reasons I …

vba excel automation office-automation browser-automation
Internet explorer automation busy v/s readystate property

I am new to vbscript and while reading i found some code as Do While ie.busy stateString = stateString & " " &…

vbscript browser-automation
How to use multiple locators to find an element in selenium webdriver

How can I locate an element in a page with selenium webdriver by using multiple locators at the same time . …

java selenium-webdriver browser-automation
IE 9 not accepting SendKeys

I posted on IE 9 not accepting SendKeys to download a file, but this problem is separate enough from the answer …

vba excel automation office-automation browser-automation