You cannot post messages because only members can post, and you are not currently a member.
Description:
Support and development discussion about WebDriver: http://code.google.com/p/webdriver.
Please note that the default posting rules for this group are that new members are moderated, so please be patient when you send your first post!
|
|
|
Explicit wait created problem
|
| |
Hi Guys, I am using webdriver explicit wait, however it is creating more problems for me when time provided is less than 5 seconds. following is the code def waitUntilElementIsPresent(self ,locator,time=10): return WebDriverWait(driver, time).until(lambda driver : driver.find_element_by_xpath(l ocator))... more »
|
|
continue if assert fails
|
| |
Hi guys, I'm using webdriver + testNG My test needs to check if all links within my page are available. I'd like that all the links are verified even some of them fails At this moment, if assertequal is false , my test stops and the other steps are not verified! Any idea on how to solve this ?
|
|
How to come out of iframe and click on Logout button using Webdriver in Java
|
| |
Hi All, How to come out of iframe and click on Logout button using Webdriver in Java. In my application after performing some actions, my application navigates to iframe, where the webdriver hangs and no error message. My question is: how do I come out of iframe and click on Logout button to complete the testing of that screen. The below code i have used:... more »
|
|
Compiling multiple source folders using maven
|
| |
Rivlin,
You should try to post this on a much more relevant forum [ perhaps
stackoverflow ? ]
...
...
-- Thanks & Regards
Krishnan Mahadevan
"All the desirable things in life are either illegal, expensive, fattening
or in love with someone else!"
My Scribblings @ [link]... more »
|
|
WebDriver mouse actions on Canvas
|
| |
I'm trying to use WebDriver on a page with a Canvas, and I need to be
able to use precision mouse events on the Canvas for move, click, etc.
I'm having trouble getting this to work. For instance, when I use this code:
new Actions(driver).moveToElement( canvas, 247, 433).click().perform();
Then I get this sequence of events (with coordinates relative to the canvas):... more »
|
|
Issues running tests in IE9.0
|
| |
I have a simple test which runs fine on Chrome but on IE it is throwing this error. I have downloaded the latest version of IEdriverserver.exe (IEDriverServer_x64_2.32.3.zip )... Webdriver 2.24 Windows 7 IE 9.0 May 17, 2013 1:49:03 PM org.openqa.selenium.support.ui .ExpectedConditions findElements... more »
|
|
|