Selenium-Webdriver provides an API to control and communicate with web browsers.

learn more… | top users | synonyms

2
votes
0answers
17 views

Selenium Test Optimization Tips

I am in the process of optimizing my selenium scripts and I have noted down the following points,I would be great if some experts would comment on this and whether its worth the effort. 1) Using CSS ...
0
votes
1answer
20 views

How to prevent IEDriverServer.exe process to launch multiple times?

I'm using Selenium and IE Web Driver. Whenever my test starts, IE Driver Server starts too, but it doesn't close/exit after test finishes. So for the next test run, I end up with multiple instances of ...
-3
votes
1answer
17 views

How to do image validation by using selenium webdriver?

I am new to selenium webdriver.Can any one please help how to validate an image by selenium web driver. Regards, Manasa
0
votes
0answers
20 views

Java code for selecting date from Calendar pop-up

How to select date from calendar pop up? There's a text field which is in disabled mode. When you click on the calendar icon at the corner of the text field the calendar pops up which displays the ...
0
votes
1answer
36 views

Asserting a Page Using selenium

I Am new to selenium. my question are: 1) How to assert whether particular page loaded or not or id present in the page through selenium web driver.(Using Java code) 2) For best performance in ...
0
votes
1answer
25 views

Getting org.openqa.selenium.WebDriverException: SyntaxError: missing ; before statement

openqa.selenium.WebDriverException: SyntaxError: missing ; before statement when i was trying to set a value for div tag using java script and selenium webdriver. I am getting a value that is present ...
0
votes
0answers
31 views

Selenium WebDriver cannot click on element (works only on 1 of 2 pcs)

I'm using Chrome and Selenium with Java to do some automation testing. What could be the issue for getting the element cannot be clicked at x, y on 1 machine, but working perfectly on another? The ...
-1
votes
0answers
23 views

How to install GoogleChromeDriver in ubuntu .?? [on hold]

Please tell me how to download and configure chromedriver in ubuntu .??? i want to run selenium webdriver scripts in google chrome in ubuntu platform . how to perform this task
0
votes
3answers
66 views

Not able to select element from drop down list

I am facing a problem that i am not able to select element from drop down list to proceed further. The URL for reference site is "http://www.rechargeitnow.com/needrecharge.jspx" I tried the code ...
-1
votes
0answers
14 views
0
votes
0answers
22 views

Clicking on one of the link from multiple option present in the file using selenium (Java)

I have one file to read as below contains a @href ENVIRONMENT*somexyzsite=#### contains a @href javascript:XYZ VolunteerRegistration contains a @href javascript:ABC ...
0
votes
0answers
22 views

Selenium WebDriver Change Firefox path to Tor

I'm trying to change webdriver in ruby to open a tor browser instead of the default firefox broswer. I'm using the following code and I have a tor browser open before I run this code. ...
0
votes
2answers
28 views

Not able to click on java script drop down element using selenium webdriver

In our application when I mouse over a menu item, drop down appears, where I want to select an item by clicking on it. The structure of the menu is as follows, Main Menu Admin Sub menu: ...
0
votes
1answer
24 views

Not able to click on the drop down element

In our application when i mouse over a menu item, drop down appears. Where i want to select an item by clicking on it. Main Menu:Admin Sub menu: Manage Channels, Manage Users In selenium webdriver, i ...
0
votes
0answers
19 views

Running selenium webDriver scripts from Testlink

We are to able to run the selenium scripts from the eclipse and save the results in Testlink, now are trying to run the automation scripts from the Testlink. Can anyone tell me how to run selenium or ...

1 2 3 4 5 139
15 30 50 per page