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

learn more… | top users | synonyms

0
votes
0answers
2 views

Install Selenium webdriver with intellij on mac os x

I am a newbie in selenium, trying to learn step by step. I have a system - Mac os x 10.6.8 with current jdk 1.6. Please help me with the instructions on how to install Selenium webdriver set up with ...
1
vote
2answers
22 views

Selenium Xpath Not Matching Items

I am trying to use Selenium's Xpath ability to be able to find an set of elements. I have used FirePath on FireFox to create and test the Xpath that I have come up with and that is working just fine ...
0
votes
1answer
14 views

is there a way to Click OK in pop window on chrome using Selenium Webdriver

I am creating a test project where when clicking on a button system pops-up a window where I need to click OK but unable to do using the following code: @Test public void ...
0
votes
0answers
17 views

Getting Null Pointer Exception while executing listener class from testNG xml

I am trying to execute listener class.While executing as TestNG test,test is successful.But when executing from testNG xml,its throwing null pointer exception.Please help me to resolve this issue. ...
0
votes
1answer
23 views

How to select an item in the drop down using webdriver (with or without using xpath)

I have an issue while selecting a dropdown which is also an input field using selenium webdriver and java. 1) After the pop up appears, I will have to click the drop down and select a field and tab ...
-1
votes
0answers
17 views

Behat Key press featuer does not work

I have text field for "search" After enter input when I press the Enter Key form the key board it does not work see the bellow definition. What is wrong in my code? /** * @Given /^I press the ...
0
votes
1answer
19 views

How to frame the xpath expression when there is a null node in between other nodes?

Here is a snapshot of my page under test: <div class="menubox1"> <table class="menubox1box1"> <tbody> <tr class="menubox2"> <td class="menubox22"> ...
0
votes
1answer
24 views

Mouse Action is not not working at runtime

if i debug same code then its working fine but when run this code then Mouse Action is not not working. code are following - public static void main(String[] args) { FirefoxDriver driver = ...
0
votes
1answer
23 views

How to extracts a links under multiple Span tags using selenium webdriver

I need to count and display the number of links available under different Span Tags. In the following HTML code, I have two anchor links under Span 'Upcoming Event' and 4 links under 'Recent Free LIVE ...
1
vote
0answers
32 views

Selenium Replicating mouse Movement & clicking

I am relatively new to Selenium and it's capabilities So far I have found it's just the tool to use for automated regression testing for a web application. And it's for this regression testing suite ...
-1
votes
0answers
28 views

without dowloading complete file read the first page using selenium web driver

its been a series of posts from me for the past one week regarding the web scraping. I have stuck up in a typical complex problem. I am scraping a page which has a download pdf button and on click ...
0
votes
1answer
62 views

Selenium C# Firefox 22 - “silent save file” from web no longer working

im doing tests of a webpage using the selenium framework 2.33. the testcase here should verify the download of a file. The following code did work with Firefox 21 and older. Since the Update to FF 22 ...
0
votes
0answers
18 views

How to work with excel opened from IE application using Selenium webdriver java code

We have a scenario where excel will be downloaded from IE application and using the add in of the excel we need to submit some data to DB from excel. Any suggestions on how do we handle this scenario ...
0
votes
0answers
22 views

Error in Selenium Python - Cannot create webdriver

I am using Selenium (Python) to create a webdriver. It was working fine a few hours ago. But now it gives the following exception: Traceback (most recent call last): File ...
0
votes
0answers
22 views

In chrome selenium web driver- unable click on a link

System.setProperty("webdriver.chrome.driver","/Users/Downloads/chromedriver"); WebDriver driver= new ChromeDriver(); driver.get("test-url"); ...

1 2 3 4 5 111
15 30 50 per page