Tagged Questions
2
votes
1answer
10 views
Executing tests Concurrently on different OS and Browsers with webdriver and testng [java]
I have configured grid in my system and written my test script. i can run my test on any specified OS and any Browser but only on one OS and one Browser at one time not all OS and all Browser ...
1
vote
1answer
37 views
using selenium grid remote webdriver java client to take screenshots with messy characters returned
I established a selenium grid 2 on one linux platform, with both hub and node on the same machine. Then I used selenium remote webdriver(java client) to take a screenshot of www.google.com.hk page. ...
1
vote
0answers
45 views
How to get the number of idle browsers for a node in selenium grid2
My current setup is 5 nodes with 10 Firefox browsers each, all connected to a hub.
I am running into a problem where I am exhausting the 10 firefox browsers for each node. So any new selenium runs ...
0
votes
2answers
98 views
WebDriver Chrome Browser: Avoid 'Do you want chrome to save your password' pop up
Every time my webdriver tests login into the application, 'Do you want chrome to save your password' pop up appears.. Is there a way to avoid this??
Please help.
Thanks,
Mike
0
votes
1answer
51 views
Selenium Grid2 Print Screen
I was wondering how people have gone about getting screenshots from a selenium grid test. Presumably my screenshot will be saved to the machine the selenium node is running on, how can I then get it ...
3
votes
0answers
42 views
What coding practices do I use in Vaadin to ensure I can record Selenium scripts?
My team is about to start using Vaadin and wants to integrate Selenium tests to allow for Test-driven development.
However I've heard there are issues with recording Selenium scripts out of the box ...
0
votes
1answer
32 views
Closing selenium grid instances
There seems to be a lack of documentation about this (or at least I can't find it). I want to eventually have a load of Selenium tests running on Jenkins and using a Selenium Grid2. When I am ...
0
votes
2answers
176 views
Selenium java I want to run test scripts on multiple browsers, versions so what is best approach
At present I have a framework which support firefox browser only. Now I am going to enhance my frame work so that can any give your ideas to me by suggesting your thoughts.
At present I am using ...
0
votes
1answer
87 views
Selenium what is best way to keep xpaths either in Properties file or excel sheet
I have two Selenium java automation hybrid frame works.
In one framework xpaths are storing in OR.properties file.
In other frame work xpaths are storing in excel sheet .
Finally I am creating one ...
1
vote
1answer
65 views
selenium/selenium grid: how to post request to web server with different ip address
i have to test a website that restrict total requests from same ip address. Is there any way to change ip address with each new request sent to web server so that server could not through exception ...
2
votes
2answers
99 views
Can I run Selenium on Computer A, and see the browser in Computer B?
Imagine I have some Selenium Project ready on Computer A. When you run this project, a new browser opens in Computer A, and connects to www.somesite.com and runs the tests..
Now, also on computer A, ...
0
votes
1answer
180 views
How to start server for Selenium grid Java Maven setup
I setup Selenium framework with Maven Java. So all dependencies are storing in POM.xml
Here I got doubt.. How to start server java -jar selenium-server-standalone-2.18.0.jar -role hub .. Should I ...
0
votes
1answer
37 views
soda/selenium how to log an assert
I'm sort of new to selenium and soda but love the ability to run selenium with node. So bear with me as I ask a really basic question.
This is a simple login chain I'm running in my script.
browser
...
0
votes
3answers
93 views
I am not able to decide the programming language for selenium webdriver
i am learning selenium concepts.while in the process i am not able to decide to go for which programming language.
1- JAVA or 2- PHP
i have worked on PHP and have gud knowledge about it.so please ...
-9
votes
2answers
230 views
How to connect remote Windows PC using Java [closed]
How to connect remote Windows PC using Java and execute some commands using Java code.
I want to create some nodes on remote machine which connects to my hub on my local PC
Sharing the code will be ...
3
votes
2answers
244 views
Selenium 2 Firefox Profile Change Location
For many weeks now, I have been looking around and I have not seen anything regards to changing the location the Firefox Profile saves to.
I am using a specific Firefox profile, however, when the ...
0
votes
0answers
348 views
TestNG xslt reports not running
I am running Mac mini:
I am getting errors like:
1. similar like includeantruntime set to default/false (During ant run), ant compilation gave similar warning.
i made some changes, and got another ...
0
votes
1answer
160 views
Why is my selenium grid hub only accepting 1 instance of Firefox
I can't figure out why I am unable to get a Selenium Grid Hub to accept more than one session instance of firefox. I configured it correctly, as far as I know and all I get is a hub that will only ...
2
votes
1answer
651 views
Unable to run the selenium test in parallel from the virtually created testng.xml using selenium grid
I used Selenium web driver + TestNG to run my selenium tests in parallel. I used three classes
Class One (Main Class) :
From this class i am going to start the test. Starting point of my execution.
...
1
vote
0answers
118 views
Prevent selenium grid from randomly closing remote sessions
I'm running into a problem where Selenium Grid randomly closes the session running on my test machine. Sounds like a lot like the following reported issue:
...
0
votes
0answers
157 views
Selenium Grid 2 specify firefox_binary when using RC protocol
I'm attempting to configure a selenium grid 2 node to allow testing against multiple versions of Firefox using the RC protocol. I'm using the latest standalone jar (2.30.0) and have my node ...
-1
votes
2answers
327 views
How to use selenium-server-standalone-2.0rc2 while creating script with RC
package com.html;
import com.thoughtworks.selenium.DefaultSelenium;
import com.thoughtworks.selenium.Selenium;
import junit.framework.TestCase;
public class Html5 extends TestCase{`enter code here`
...
0
votes
0answers
222 views
Selenium webdriver/grid on Windows 7 machine
currently I can execute the selenium scripts for Windows XP and Vista using Selenium node:
java -Dwebdriver.chrome.driver="E:\selenium-hq\chromedriver.exe" ...
0
votes
0answers
135 views
How to run Ruby Script from local machine and executing it on remote machine with the help of Selenium Grid Server?
I am trying to create a server(selenium hub) on which all my Ruby scripts would be there, and various nodes are registered to that hub.
Such that from a single PC, I can run my ruby scripts on any ...
0
votes
1answer
243 views
iPhone iWebDriver and Selenium grid returning org.openqa.selenium.WebDriverException: Error forwarding the request For input string: “(null)”
Hello StackOverflow community,
I am trying to run Selenium grid with actual devices. My set up (kind of) works when I use android phones but when I use an iPhone it gives me the following error ...
0
votes
0answers
283 views
Unable to run Selenium testcase using Grid2 2.29 and IEDriverServer.exe
When I try to run a selenium script from the grid using the IEDriverServer.exe I am getting this error message .
The path to the driver executable must be set by the webdriver.chrome.driver system ...
1
vote
1answer
188 views
Unable to run RC commands under Selenium Grid 2
I've tried this on multiple versions of selenium 2 (from 2.24-2.28) and on two different systems. It's a very simple scenario. I want to run RC commands via Selenium Grid and I don't want to port my ...
0
votes
3answers
325 views
Install Selenium Server on redhat linux [closed]
I am trying to create a Selenium Grid project. I have done so on windows no problem, but now that I am trying to do so on redhat I am a little confused on where to download the server. My machine is ...
0
votes
0answers
353 views
selenium node-hub configuration
I have the following configuration in my /etc/rc.local file
Xvfb :99 -screen 0 1024x768x24 -ac 2>&1 >/dev/null &
export DISPLAY=:99
java -jar ...
0
votes
0answers
99 views
Auto launch grid nodes for new selenium tests on EC2 with Python
I have followed the tutorial here :
http://blog.protegra.com/2013/01/09/web-ui-testing-with-selenium-pt-3/
to set up multiple instances of selenium servers.
What I want to do is that , after ...
4
votes
4answers
1k views
Selenium Grid on Multiple Browsers: should each test case have separate class for each browser?
I'm trying to put together my first Data Driven Test Framework that runs tests through Selenium Grid/WebDriver on multiple browsers. Right now, I have each test case in it's own class, and I ...
0
votes
1answer
290 views
Selenium RC - grid hub is not listening
I'm new to selenium.
I am running an existing selenium RC code.
When i try to launch the hub I got the following error
Unable to locate tools.jar. Expected to find it in C:\Program ...
0
votes
1answer
400 views
How to use Selenium Grid to run some commands on the node and system commands locally
I'm trying to solve a problem and I was hoping I could do it with Selenium Grid but I'm not entirely sure that it's possible. Here's my problem...I'm developing test cases using Selenium WebDriver and ...
1
vote
1answer
477 views
Setup Selenium GRID 2 on Mac with iPhone and Android
Hi I am trying to setup Selenium GRID II on Mac server using iPhone simulator and Android emulator. I am able to connect iPhone to Grid and even I am able to start the test. But while connecting ...
1
vote
4answers
264 views
How to shutdown Selenium Grid2 server?
I have written batch files to run Selenium Grid2 server and to register the nodes to it but how can I shutdown the server ?
I can't kill the batch processes because their ids are just "cmd.exe" and ...
1
vote
2answers
285 views
Selenium Webdriver get available hub port
I'm using selenium grid for distributed testing on remote machine. There are two projects running on this machine and I want to set up selenium hub and nodes for each of the projects separately. ...
0
votes
2answers
307 views
Run Selenuim Test Case/Suite without using Eclipse
I've been doing some searches for running exported selenium tests/cases, and all I found was running it in Eclipse and using the TestNG plugins. Is there any way I could run them without using ...
2
votes
1answer
1k views
Selenium Grid: MaxSessions vs MaxInstances
I was wondering if anybody could shed some light on a Selenium question that has been giving us a bit of head scratching.
We're confused on meaning of MaxSession and MaxInstances of Selenium Grid. ...
2
votes
2answers
430 views
Selenium webdriver - click() succeeded but didn't actually happend
I use selenium grid (to run test on 4 browsers: FF13, FF16, IE9 and chrome. each browser is on different machine.
In the relevant section of the test, i find a clickable element and click on it.
On ...
0
votes
1answer
550 views
Parallel execution using Selenium grid and test suites
I'm working on Selenium and I currently have a hub connected to two vms running linux with all the browsers.
I was able to launch the browsers . However, event hough I have two vms all my tests run ...
0
votes
0answers
189 views
Unable to open chrome or IE via Selenium
'm working on Selenium and I currently have a hub connected to two vms running linux with all the browsers.
I was able to launch ALL browsers until suddenly it just stopped . Only Firefox works now. ...
1
vote
1answer
1k views
Unable to connect to Firefox
I'm working on Selenium and I currently have a hub connected to two vms running linux with all the browsers.
I was able to launch browsers until suddenly it just stopped . Firefox or any of the other ...
0
votes
1answer
222 views
how would I run Selenium test through the GRID using C#
i have just set-up the selenium grid on my local machine and everything seems to be up and running.
my question is, is there a way I can run the test case from selenium grid node (command prompt)?
I ...
1
vote
4answers
366 views
Setting up Selenium Grid
I am setting up Selenium Grid server and I have done successfully on my local machine and I'm wondering how to give the hostname so if other tester wants to register to the hub they should be able to ...
1
vote
0answers
211 views
Selenium grid 2 - Parallelized datadriven tests
I am pretty new in this area, so apologies for the question.
I am trying to run datadriven tests in parallel, using Selenium Grid2
here is my setup of the test:
[Test]
[Parallelizable]
...
6
votes
2answers
659 views
Selenium Grid, how to utilize WebDriver with ThreadSafeSeleniumSessionStorage.session()
I am working on a project that involves using the Selenium WebDriver and a specific Firefox Profile heavily to find elements and manage the page.
For example,
...
0
votes
2answers
192 views
RemoteDriver using chrome browser fails on dropdown menu
I am using selenium-standalon-2.25.0 and chrome is version 13.
Here is the html:
<select name="suffix" class="select">
<option value="" selected>Please select...</option>
...
0
votes
0answers
293 views
Selenium 2 Grid. Node with a modificated browser name
Selenium Grid Hub 2.25.0
OS: Ubuntu under KDE
Browser: Firefox 3.6
Selenium methods invocing with the help of http://code.google.com/p/php-webdriver-bindings/
A node is run in this way:
java ...
0
votes
1answer
111 views
How to run one test method only in selenium grid
I'm using JUnit 4.8.1 and Surefire 2.8.1. In my machine I can run one test method only by doing:
$$ mvn clean test -Dtest=TestClass#TestMethod
But when running the same command in the grid ...
1
vote
0answers
118 views
Getting error when stopping a Selenium session
I'm running a selenium test by selenium grid, but when it executes tearDownAfterClass() method, this problem occurs:
com.thoughtworks.selenium.SeleniumException: Internal Server Error
at ...


