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

learn more… | top users | synonyms

0
votes
0answers
11 views

Webdriver ExpectedConditions > textToBePresentInElement

I am trying to wait for an text to be present in element using one of the expected conditions below is my html code <label id="x-auto-116" class=" x-component" style="font-size: 10pt; white-space: ...
0
votes
0answers
8 views

My current testcases are not working with new selenium 2.34.0 and php

I am using Selenium 2.34.0 + phpunit and it cant recognize my "code". I am using $this->url('blqblq') and the error is it cant be recognize command url. Do you have same problem? When i "revert" to ...
0
votes
0answers
9 views

Selenium can't determine ready state

I'm running an automated test in Firefox browser using Selenium Web Driver and TestNG, but I'm encountering this error: org.openqa.selenium.internal.seleniumemulation.WaitForPageToLoad ...
0
votes
0answers
20 views

Why can't I use the selenium.(etc…) library?

When I try to use the selenium. library to perform commands, they don't work. I've imported the import com.thoughtworks.selenium.*; library but I get a java: can't find symbol error. ...
-1
votes
1answer
19 views

Java Selenium WebDriver - correct exception handling techniques when unable to locate window

I'm using Java and Selenium to automate some test cases. This involves loading a single page with search results and iterating over each 100-1000 links on that single page. Setting the test config to ...
0
votes
2answers
22 views

How to check the link is enabled in Webdriver using java?

I have searched the forums before posting this issue here. I have found some answers but i am not able to get the success from the answers in that. My issue is How to check the link is enabled in ...
0
votes
0answers
12 views

Attach screenshot to failed test cases in junit report

i need to attach screenshot of the failed testcases in junit report. What changes are neede to be done in in the "junit-frames.xsl" file. Please do advice
1
vote
1answer
27 views

Issue while clicking on 'find hotels' using Selenium-Java

I am using Selenium (web driver) - Java. I picked a travel site to do demo of automation. On this travel site, at home webpage, I need to place following input before submit the form. Provide City ...
0
votes
1answer
14 views

Junit report : Called Junit tests within another Junit Test, are not part of the report

I have not found any related searches to my problem here and hence Im writing this one. I have a JUnit Class MyHandler Class with tests - testx,testy,testz that calls other JUnit Classes ...
0
votes
1answer
50 views

selenium to click on several links one after other

I have a table over a webpage having many values repeating like this: Description App Name Information Some Desc1 App1 Some Info Some Desc2 App2 Some Info Some ...
0
votes
1answer
30 views

How to ignore children classes when extracting text from a class using Selenium in Python?

I am trying to extract the text from a class on html page using Selenium in Python. While doing so, my code is also extracting the text from its child class. Below is the code I am using: ...
0
votes
0answers
14 views

GivenStories is not working in JBehave

I need to include some preconditions in my Main story. I have used the Givenstories: in my Main story to achieve it. But i has no effect. My main story start running with out calling the precondition ...
0
votes
3answers
29 views

Can't find element using xpath

So, here are two divs <div class="th_pr"><input id="user_email" class="accounts_input" type="text" size="30" placeholder="Email" name="user[email]"></input><p ...
0
votes
0answers
11 views

Not able to generate signed certificate for safari

I want to execute my selenium scripts on safari browser on windows machine for cross browser testing, for this I followed these steps for Building the safari driver. But while doing registration for ...
0
votes
1answer
33 views

Selenium to click on an app name in a filter tool

I have another requirement like this in my c# selenium application. Since there are so many content in my webpage table, it will be quite nice to sort it based on the app name. I have content like ...

1 2 3 4 5 138
15 30 50 per page