With browser automation a web browser can be instructed to repeat the same, possibly long task automatically or at will. In daily use browser automation can be used to fill forms, extract data from web pages, or provide authentication to a service. Browser automation is often used for automating testing of web applications. The same tests can be repeated after each change and in different browsers to verify correct behavior.
Questions tagged [browser-automation]
1104 questions
-1
votes
1 answer
How can I select Date from AJAX Date picker
Our company started implementing Automation Test, I prefer Selenium webdriver with java. I am also new in selenium and stack overflow too,
Question? How can I select a date from Ajax date picker? Am using selenium webdriver in Java
HTML:

Jery
- 1
-1
votes
1 answer
Microsoft Edge driver different element results
I am currently using an automation tool which uses Chrome/Firefox/IE and I want to implement Edge with it. However, Edge seems to return different results from the elements.
Example: Chrome/Firefox/IE return "Username *" and Edge returns "Username…

user1343543
- 31
- 1
- 7
-1
votes
1 answer
C# - How to stop Selenium tests to not update database after the tests are Passed?
Every time I run my Selenium tests it creates a lot of dummy data in Database. I need a solution where I can stop selenium tests to not update database after the tests are Passed.
For example: I have a Selenium test to create a user so every time I…

Anu
- 1
-1
votes
1 answer
Why do I get an error with an example from PhantomJS documentation?
I took an example from http://phantomjs.org/page-automation.html because I need to press a button on JS site before scraping.
var page = require('webpage').create();
page.open('http://www.sample.com', function() {
…

rogersnest
- 1
- 2
-1
votes
2 answers
Unable to prioritize multiclasses in TestNG
I am trying to execute few test cases using TestNG.I want to prioritize the execution of multiple classes in the testng.xml.
I want to execute the entire class first based on the priority given and then move to the another class.
I have used…

iAutomate
- 135
- 2
- 8
-1
votes
2 answers
How to make the Selenium wait until the next page loads up?
Wait for page load in Selenium
I am new to coding and Automation testing. All I know in coding is if-else, while, do while and for, etc. Minor stuffs like that. The above is the link which I tried to checkout to make Selenium wait for a while, but…

Anand
- 222
- 3
- 12
-1
votes
1 answer
PhantomJS: QNetworkReply::NetworkError(TimeoutError)
I have issues with phantomjs not connecting to websites, as it is showed in those debugs logs :
Network - Resource request error: QNetworkReply::NetworkError(TimeoutError) ( "Socket operation timed out" ) URL: "https://google.com/"
The code is just…

John Doe
- 1
- 3
-1
votes
1 answer
PhantomJS bug in basic script
This is a script pretending to log in your google account (I've made). But obviously, that doesn't work. There is no particular objective here, but to make it work.
var page = require('webpage').create();
page.onConsoleMessage = function(msg) {
…

John Doe
- 1
- 3
-1
votes
2 answers
Basic IE Automation Issues - PowerShell
Apologies, I'm incredibly new to PowerShell (And scripting in general), and I'm having a problem with the very basics of IE Automation that I can't quite get my head round.
What I want to do is have a script that automatically logs onto a webpage,…

HMNIW
- 29
- 4
-1
votes
1 answer
ruby cucumber verify field validation errors
In our application, if we click on submit button with out entering any value we get an field validation error ( screenshot below ), can you please guide me how to handle it with Ruby Cucumber
in below screenshot we have a popup saying "please select…

testerBDD
- 255
- 3
- 18
-1
votes
1 answer
Online automated regression or functionality testing options
I am searching for an online service that allows me to automate certain regression or functionality tests. I would like the ability to use a browser based screen recording plugin like e52.com and ghostinspector.com have. I like ghostinspector.com…

kurrle
- 59
- 1
- 8
-1
votes
1 answer
How to automate to get image size and url in a webpage/website
Can we automate to get individual image size(Kb) in a webpage/website using selenium. there is any tool/process is available to automate this process. I want to automate to get all images URL having more than 50kb in a webpage/website. Please give…

Chandra Shekar U
- 20
- 5
-1
votes
1 answer
Finding visible elements on webapp using selenium
I need help to find visible elements on a webapp page using selenium.
For example, I need to find a row that is click-able and click on it.
The problem is that the elements are visible but not present in the page source as they are generated. Also,…

afern001
- 1
- 1
-1
votes
3 answers
Can anyone tell me how to print all the friend list in facebook using selenium webdiver?
Can anyone tell me how to print all the friend list in facebook using selenium webdiver?
I am finding it difficult to load all the friends…

Shirsh
- 73
- 3
- 9
-1
votes
1 answer
Need a information with respect to framework in Selenium
I am new to selenium and using selenium webdriver to automate my current project, and I have query that is it possible to write or combine the keyword driven framework and the TestNg framework using selenium webdriver ( java)
If yes can anyone…

Vikki Lohana
- 39
- 2
- 10