Selenium is an open source framework for testing web applications.

learn more… | top users | synonyms

1
vote
0answers
46 views

Handling Alert box on page load

Is there any way to identify the JavaScript alert box (on page load) in selenium IDE? I used commands like "storAlert", "assertAlert" etc. But selenium not identifying alert box.
1
vote
1answer
40 views

how to locate cursors randomly in map

there is a lot of cursors in the map every time you refresh the map you will get another different cursors with different IDs so i can't use the IDs :( i want to click at any cursor, tooltip should ...
1
vote
0answers
38 views

Fitnesse + WebDriver: any working solution?

Could you please tell me if there were any attempts to integrate Fitnesse and Selenium WebDriver? I'm looking for something like Selenesse (https://github.com/marisaseal/selenesse), but for WebDriver, ...
1
vote
1answer
36 views

select random cursors on map using selenium ide

I'm using google map api in my site and I want to test the cursors on map using Selenium IDE. Now I use this code and it works fine: clickAt > xpath=(//map[@id='gmimap85']) but it tests only one ...
1
vote
0answers
208 views

Connection refused error when running selenium with chrome and firefox drivers

I am running selenium tests with firefox and chrome drivers. I get a connection refused error when I run the tests in as a block Test example : require 'minitest_helper' headless = Headless.new ...
1
vote
1answer
104 views

SeleniumHQ stuct in Checking Resource aliases

I want to run testsuite from Hudson, for that i have installed seleniumhq plugin and configured in hudson, but when i run the hudson it stuck on "Checking Resource aliases" step. Started by user ...
1
vote
3answers
789 views

Selenium Webdriver cannot locate element for right click event

Hi Guys. I have a problem with right click mouse event in Selenium 2.0. I'm using that method but in a console I've got: Unable to locate element: ...
1
vote
0answers
111 views

Selenium Webdriver and OpenLayers

I would like to check that the locations asset on map (openLayer) are the same with some asset in a row. What is the best way to do this? I'm using the TestNG framework.
1
vote
1answer
1k views

Runtime exception at selenium.start() - Could not start Selenium session: Failed to start new browser session: Error while launching browser

Followed this post - http://stackoverflow.com/questions/1414934/selenium-could-not-start-selenium-session-failed-to-start-new-browser-session Error comes up at selenium.start(). I am using Selenium ...
1
vote
0answers
234 views

Passing session while switching control to a pop-up window

I am trying to choose a date by clicking an image which results in a pop-up window with a date picker in it.But when done through selenium the session expires and the login page appears in the pop-up ...
1
vote
4answers
723 views

Xpath captured using Selenium IDE is not running in Selenium RC for Links designed in XML

The below xpath which is captured for links in selenium IDE is not running in Selenium RC. The links are designed in XML. selenium.ClickAt("xpath=/html/body/div/div[2]/ul/li[3]", ""); ...
1
vote
0answers
389 views

Selenium RC using Grails unable to open URL

My Selenium RC code is launching the browser but it is taking me to C:\Users\Kanishka\AppData\Local\Temp\customProfileDir3e16427300054effa807e843dd1a332f\core\Blank.html instead of the intended URL. ...
1
vote
1answer
273 views

Is the source code required when using Selenium-RC with Grails?

Can anyone help with using Selenium-RC + Grails? I have used Selenium with Java but had no problem writing the code and launching the browser. But is the source code of my project required when i need ...
1
vote
1answer
1k views

Can't open webpage using Firefox WebDriver using Selenium [duplicate]

Possible Duplicate: I face a problem while opening Firefox with Selenium script import org.openqa.selenium.WebDriver; import org.openqa.selenium.firefox.FirefoxDriver; public class ok { ...
1
vote
1answer
412 views

Selenium - Stopping server

Selenium server (ver. 2) has stopped working for me for unknown reasons (see Selenium (RC) stops working...). I'd like to stop Selenium sever and restart it. When I enter ...
1
vote
2answers
165 views

Selenium Selenium.Core v1.1.4322 - XPath not working

I've got the following XPath expression's working in firebug, that returns the correct element(s): $x("(//input[@class='intervalInput timeInput'])") returns two elements. ...
0
votes
2answers
866 views

Does selenium work with video?

I have some videos and i want to test their with automation Can you tell How does selenium work with video? How does he recognize it. I need to test if are videos on the page. Thanks!
0
votes
2answers
748 views

Error upon starting Select server “Could not find agent library JVMHOOK”

I am attempting to run the Selenium server for the first time on my machine and am receiving an error when running the jar, or when attempting to find the java version. Here is the error: ...
0
votes
2answers
640 views

FlexWebDriver does not work with YouTube under FireFox?

I want to make a script that plays all videos of YouTube channel and perform player settings and return status. Execution of the following command does not create any error on java stacktrace but, ...
0
votes
2answers
1k views

How to open multiple browsers using webdriver?

I want to perform multiple browser testing: While working on a project i needed to open multiple browsers simultaneously using Webdriver script. Does anyone have experience in implementing this ?
0
votes
1answer
405 views

SSO in Selemium web driver

I am trying to run selenium web driver(Firefox) test cases which will need a single sign on (web). Issue over here is i have to sign in manually with my OTP every time i tear down the test case. So i ...
0
votes
5answers
410 views

How do fitnesse and selenium work together

I have read about Fitnesse in a number of books but when I look on the web I don't see much activity with it. And a newbie question - how does fitnesse fit into the Selenium world? Are they ...
0
votes
2answers
1k views

Has someone ever used Selenium RC with Firefox Portable (specifically FF3.6)?

I'm having difficulty to make them work together. How do you setup the server or the test to use Firefox Portable? One of the things I had to do was specify the exact location of the Firefox.exe. No ...
0
votes
1answer
393 views

How do I get Selenium Server to launch Chrome on 64bit Windows under Jenkins with Selenium Grid?

I am migrating a Selenium server environment from Windows 2008 server 32bit to Windows 2008 server 64bit. Whenever I try to run a job with Google Chrome, I get the following error message: Error ...
0
votes
2answers
1k views

Selenium automation on Oracle applications

Is there a way we can perform Selenium automation (with Java) on Oracle applications? On the Oracle website they have given ways by which we can convert the Oracle applications into Oracle ADF faces ...
0
votes
1answer
50 views

How to make Selenium IDE prefer name attribute over id attribute while recording?

How to make Selenium IDE prefer name attribute over id attribute while recording? This feature is needed when ids are auto generated by web framework.
0
votes
2answers
280 views

How to Automate Expand tree in Testlink since “XPath” is changing dynamically depending on the testcase

I'm trying to expand a tree of nodes with folder structure using XPath locators selenium.click("//*[@id='ext-gen15']/li/div/img[1]"); but as the folder structure is not fixed and changes, so XPath ...
0
votes
2answers
334 views

Selenium WebDriver and Highchart testing

I know this question has been asked before on S.O. and other websites but I haven't found a definite answer -- most of them say its not easily done but I wanted to make sure that was the final ...
0
votes
1answer
165 views

How to assert values on a page opened by a link on another page?

A link on page 1 opens a new page "receipt page". It contains only text values. I need to assert or verify values on the receipt page to ensure that this is the correct receipt. After executing the ...
0
votes
1answer
282 views

Can Siebel be automated using Selenium? [duplicate]

Possible Duplicate: does selenium support testing siebel application? I am accessing Siebel using IE browser. Will I be able to automate my functionality in Siebel using Selenium? If yes, ...
0
votes
1answer
128 views

Selenium RC is out dated or still in the market after selenium 2.5 release?

I am writing a training course for Selenium automation testing. I am a bit confused comparing Selenium RC to Selenium2/Webdriver, since the latest release of Selenium2/Webdriver has all of the ...
0
votes
1answer
242 views

How to record a thickbox using Selenium IDE?

Is there any way to record a thickbox using selenium IDE? The thickbox which I am trying to record is developed using jQuery.
0
votes
1answer
2k views

Using Selenium scripts with JMeter for load testing

I'm facing an untraceable problem in creating a 50 users load test on a JSF web application. The approach that I'm following is this: Writing a test script in Eclipse using Selenium RC API. ...
0
votes
1answer
125 views

TestNg not executes @BeforeGroup if the method is in another class

My code structure is like this... I have 4 classes having 10 tests and one @BeforeClass method to run before any of the test.In each of 4 classes ,all tests are of one single group. And I have one ...
0
votes
3answers
2k views

how to start work with selenium web driver any reference site for selenium web driver? [duplicate]

Possible Duplicate: Where can I find information on getting started with Selenium 2 I want to learn selenium web driver from the scratch. any one suggest me the reference site for selenium ...
0
votes
2answers
2k views

Running WebDriver tests in parallel using testng.xml

I'm trying to run WebDriver tests in parallel using testng.xml. I'm able to run testng tests in parallel by using parameter parallel="tests" but running with following paramters, "methods", "classes" ...
0
votes
1answer
171 views

Issue with moving large file data to a textarea

I am facing an issue with moving large chunk of data from file to TextArea in the app. Its taking lots of time and inputing data Line by line ... Please find the code snippet below and suggest if ...
0
votes
2answers
170 views

Web Consistency Testing & Selenium : is there any tool which we can integrate with selenium to perform Web consistency testing

Web Consistency Testing & Selenium : is there any tool which we can integrate with selenium to perform Web consistency testing I can do this using Selenium but its scope is limited using ...
0
votes
3answers
1k views

absolute Xpath is not working for Gmail login page

I have tested the Gmail login page and was trying to verify the Sign in label in the Gmail login page above the user name field. I am using FirePath to generate the Xpath. When I inspect the element ...
0
votes
0answers
400 views

Why can't my Selenium Grid VM node get parameters from/register to the hub?

I'm trying to set up a Selenium Grid node on a virtual machine. I am using VirtualBox for the VM and Jenkins (with VirtualBox plugin) to set up the grid. When I try to register the node, I get the ...
0
votes
0answers
40 views

Selenium RC Type command not working on IE10 [duplicate]

Possible Duplicate: Does Selenium RC support IE 10 and windows 8 yet? I am trying to run my script with "type" command against IE10 but it returns "element not found" I have tried the ...
0
votes
0answers
195 views

How to integrate selenium scripts with TFS? [closed]

Can someone suggest me the entire steps of integrating selenium scripts(C#) in visual studio with the TFS?
0
votes
0answers
89 views

Executing test suite from command prompt using selenium

I am using test suites for running more than 3 test cases at a time,while we are executing it is opening the browser in IE,but while running it is showing error as "HTTP error 404" in current test ...
0
votes
0answers
270 views

Chrome driver not working in linux

i have followed following steps in the following link [http://selftechy.com/2011/08/17/running-selenium-tests-with-chromedriver-on-linux][1] unable to run tests on chrome browser in linux getting ...
0
votes
0answers
134 views

Firefox 10 not running Selenium tests via Selenium Grid

I am running version 1.0.8 of Selenium Grid. It mostly works, but I cannot get tests against Firefox 10 (ESR) to run. When the test starts Firefox opens but nothing more. All I get is a white Firefox ...
0
votes
0answers
35 views

Selenium attempting to connect to RC server erroneously

my previously running selenium tests have stopped running on my build server (or build agent to be precise). Running them manually on the box shows me that multiple tests are failing because it is ...
0
votes
3answers
408 views

How to automate the action on a canvas object, when the canvas element has no name or ID in Selenium?

I want to automate the testing for a digital signature, which is a canvas element...Can anyone provide me with sample code, which could be used...I have tried, selenium.clickAt(), ...
0
votes
1answer
331 views

Need a similar functionality like WaitForPageToLoad in MonkeyTalk

Is there any similar function/ command in MonkeyTalk, like WaitForPageToLoad which is in Selenium, that lets me specify the script to wait for a screen to render before moving ahead? I checked ...
0
votes
0answers
71 views

selenium runs the same method more then once [closed]

i have started with selenium few weeks back. i have designed my test this way using @BeforeClass i am creating a object and calling a method of class which is opening the browser and performing a ...
0
votes
1answer
496 views

How to access sitemap tree child node navigation link using selenium webdriver [closed]

The website I am trying to automate can be navigated by using sitemap tree.Now in order to access the child nodes from selenium I wrote the following code: IWebElement menu = ...