Questions tagged [browser-automation]

Questions regarding automation of web applications for testing purposes according to specific of used web browser.

Questions regarding automation of web applications for testing purposes according to specific of used web browser.

Below is a list of popular web automating tools:

413 questions
2
votes
4 answers

Process for Web Automation Testing

Can I get details about what process or steps should be taken for web automation testing? I am currently using Selenium IDE & eclipse.from testing. I am focusing on open source tools for web testing. Please provide me what basic steps or points…
Rajesh Rathod
  • 483
  • 5
  • 13
  • 22
1
vote
0 answers

Getting Error - "ArgumentError: HTTP request path is empty" during Installation

I am getting the below error (attached is the snapshot), while implementing Watir for Windows. I tried to put HTTP_PrOXY in path as well as CMD console, but still it's showing the same error. I am following the below link for implementation -…
vaibhav
  • 11
  • 2
0
votes
2 answers

Single threaded browser

Looking for a browser which can be set to send requests one at a time ( and thus not in parallel as normally is the case). If anyone knows of a browser with this option I'd be very grateful. If not I guess it'll be down to playing with open…
Nigel Hoath
  • 306
  • 1
  • 4
0
votes
1 answer

Div value in domxpath keeps changing- Automation anywhere

i have to get the Inner text based on dom x- path, but in the x-path div value keeps changing. how do i do it in automation anywhere object cloning in Chrome browser. The xpath I am using…
0
votes
1 answer

How to test html 5 standard input time/date with browser automation?

I want to test posting to a form with a time field. If the form [time input] isn't complete the test would fail. How to handle browser behavior in a different locale, like formatting the input as 24 hour time, or 12 hours with AM/PM input?
otong
  • 101
  • 2
0
votes
1 answer

How to incorporate phantomJS for this selenium code

A sample of this which is converted from selenium IDE to C#. This is not exactly what it is after converted to run on Visual studio. But the regression tests made change sometimes and would like to add phantomjs to do headless whenever there is a…
sNewbie
  • 83
  • 2
  • 6