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 stress test simulating heavy load using Selenium

I have a system to test, which is a video ads distribution technology. I need to load every video like 1…

selenium automated-tests stress-testing browser-automation
automate page scroll using vbscript

I need to take complete snapshot of a page using vbscript, and to do this I need to scroll a …

internet-explorer vbscript automation browser-automation
Getting "Exception UnexpectedAlertPresentException: Alert Text: None" and then "Exception NoAlertPresent" when I try to handle that alert

We're doing automation scripts using the following: behave==1.2.5 splinter==0.7.7 firefox headless browser When navigating to a specific page, we're executing …

python browser-automation splinter python-behave
How to run Selenium tests on the Brave web browser?

I am trying to run some Selenium tests on the Brave web browser. I am able to start the Brave …

selenium selenium-webdriver selenium-chromedriver browser-automation brave
How to handle browser or app may not be secure issue with web driver Selenium python?

I'm trying to automate sign in into gmail and I get to see this error. I think this must be …

python selenium webdriver browser-automation
Nightmare JS not working

I know the title of the question looks very vague! But that's there's to it. I installed nodejs on my …

javascript node.js phantomjs browser-automation nightmare
selenium and qt c++?

Is it possible to use selenium with qt c++ ? Seems like there are no official support from selenium for C++? …

c++ qt browser selenium browser-automation
How to automate Firefox Mobile with Selenium?

I need to run Selenium tests in Firefox Mobile. Could anybody describe an easy way to do this? My investigation …

selenium firefox mobile browser-automation
Can I automate Chrome request blocking using Selenium-webdriver for Ruby?

I am a QA automation analyst responsible for testing a multi-platform online banking application. For our automation testing we use …

ruby google-chrome selenium network-programming browser-automation
Browser Automation with Selenium: Fingerprints, recognizability and traceability?

I want to use selenium/webdriver to simulate a browser and scrape some website-content with it. Even if its not …

selenium-webdriver web-scraping browser-automation