0
votes
0answers
15 views

Passing firefox profile with certain addons to remote webdriver

I am able to pass on the firefox profile with the below code set when running webdriver on my windows machine, (Firefox profile has a REST client addon and few certificates added) File ...
1
vote
1answer
22 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. ...
0
votes
1answer
54 views

How to run selenium test case in two different nodes?

Actually I need to run my single selenium test case in two different nodes using FIREFOX browser (selenium grid) , I have started my hub using below command java -jar ...
1
vote
0answers
40 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
1answer
72 views

How to click on an hidden drop down menu element using webdriver, which is not a select

I want to click on delete which is in the sub menu. I tried the below code, but nothing happens. wd_handle.execute_script("document.getElementById('optionPanel').hidden=false;") ...
0
votes
2answers
95 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
99 views

A way to identify SmartGWT SelectItem in Selenium Grid 2 (WebDriver) tests

I am trying to set an ID to a SelectItem (to its options list, more precisely) in order to be able to identify it during Selenium Grid 2 tests and find no way to do it. What I need is to find the list ...
0
votes
1answer
49 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 ...
1
vote
2answers
45 views

Create and upload a file on selenium grid

One of tthe test cases that I have is to upload a file to the application. Witouth grid this can be easily done by creating a bogus file and get absolute path of the file and fill the input field and ...
2
votes
1answer
121 views

Can Selenium Webdriver open browser windows silently in background?

I have a selenium test suite that runs many tests and on each new test it opens a browser window on top of any other windows I have open. Vary jarring while working in a local environment. Any to tell ...
3
votes
1answer
284 views

Chromedriver is extremely slow on a specific machine using Selenium Grid and .net

Overview: Chromedriver works normally on one machine but extremely slowly on two other identical machines. Setup: Selenium Webdriver using .Net for coding and Selenium Grid for distributing the ...
2
votes
0answers
121 views

Running WebdriverJS test on Selenium Grid

I have a Selenium Grid running on AmazonEC2 It consists of a hub running on port 7055 and a node running on port 7056. I have the following test: var webdriver = require('selenium-webdriver'), ...
0
votes
2answers
166 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
82 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 ...
0
votes
1answer
176 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
0answers
159 views

Why I can't open http://localhost:4444/grid/console when I have no Internet connection?

I'm looking for a help with a selenium-grid, and I will be greatly thankful to anyone who can give some suggestions about possible way to solve my problem. Though I have some experience with ...
0
votes
2answers
81 views

How to do a File upload using selenium grid using the MacOS as a hub and WinOS as a node?

My Code is as below, I'm executing the script using the Mac and running 2 nodes, 1 on windows and 1 on the mac itself. The upload on the Mac works perfect but the windows upload doesnt work. ...
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
1answer
38 views

Selenium Grid server

what is the ideal server requirement for running parallel tests we have 100+ automation tests to run. Currently my server is intel quad core 1.8GHz with 32 GB memory. and i am running hub and one node ...
0
votes
3answers
91 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 ...
0
votes
0answers
62 views

desiredCapabilities setPlatform is being disregarded

I register the node from the terminal on the remote computer, including these parameters: -browser browserName=firefox,maxInstances=5,platform=MAC From the hub, in Java - it seems no matter what ...
0
votes
1answer
112 views

IE Opens When I Use ChromeWebdriver

I have tried searching, but have had no luck in finding a solution. I trying to get Selenium Grid to work on my local machine before placing nodes on other machines. Long story short when I try using ...
0
votes
0answers
342 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 ...
1
vote
0answers
117 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: ...
1
vote
1answer
100 views

Is it possible to test IE6 with Selenium2 and how to use “seleniumProtocol”: “Selenium”?

I have this problem with testing IE6 with Selenium2. I use Perl bindings (Selenium::Remote::Driver) but I will greatly appreciate any suggestions, even if they will be from people who have ...
-1
votes
2answers
326 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` ...
4
votes
2answers
211 views

iWebDriver - iphone Selenium

I have gotten this to work before so I know its possible, but trying it on a new machine. I have OS X 10.8.2, Xcode 4.6, iPad 6.1, and trying to do this: Iphonedriver selenium I get to the point ...
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
48 views

Can Selenium Grid be configured to require authentication?

How can I force the Selenium hub/node require a password to be accessed? I don't mean authenticate the browser. I mean require the Selenium server to ask for a password before it will execute a ...
0
votes
0answers
345 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 ...
-1
votes
4answers
258 views

Selenium Check for HttpResponse OK

I am using selenium remote webdriver. I read all links from csv file and run test against those links. But sometimes I get 404 response. Is there any way in selenium webdriver to check that we get ...
0
votes
0answers
88 views

How to reduce verbossness on Selenium Grid 2 Node Logs?

are you aware of how to reduce verbossness on Selenium Grid 2 Node Logs ? I'm using selenium-server-standalone-2.29.0.jar I'm redirecting the output of the Grid node to a file, like this: java -jar ...
0
votes
1answer
378 views

TimeOut issue and stale instances of webdriver after test fails

I am testing a web application using Webdriver, more or less as decribed below. When the tests pass, everything is fine. However, I noticed the below 2 issues when one of the test fails. a)If one ...
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
398 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 ...
2
votes
3answers
239 views

WebDriver instance created on @BeforeSuite level throws NullPointerException

I've been using TestNG to create my WebDriver tests and so far this combination has worked flawlessly. However I've been bumping into a problem so far that have not yet found a way to overcome. ...
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
260 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 ...
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
1answer
281 views

Anyone Else Having Trouble Registering Ghostdriver with Selenium Grid?

I know that there is documentation on the ghostdriver wiki on how to attach it to a selenium grid. For those that don't know you can find it here I've compiled the special phantomjs twice, tried to ...
2
votes
2answers
428 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
549 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
188 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
219 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 ...
5
votes
2answers
654 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
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 ...
1
vote
1answer
427 views

Selenium RC, How to run selenium RC Scripts in remote Machine

I was initiating the Hub and Node in local Machine. when I am trying to run the scripts its getting the error. if anybody out there could you please help the Procedure need to fallow to run ...
2
votes
1answer
543 views

Internet Explorer webdriver for selenium grid

Do I need to have the IE webdriver? I'm using python and I can get IE up and running with selenium grid 2 by c = webdriver.DesiredCapabilities.INTERNETEXPLORER driver = ...
1
vote
2answers
882 views

How can I setup a Database connection for Selenium-WebDriver?

If I run Selenium-WebDriver testcase it runs with the actual database which is configured for the application. But I want to setup a separate database for Selenium-WebDriver testcase For eg. "TestDB". ...

1 2