Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Group info
Language: English
Group categories: Not categorized
More group info »
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 3885  Older »

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!

 

Starting IE and Safari parallel tests with clean sessions? A how to discussion 
  See this recent post in Selenium dev group: [link] Here's a recap without viewing that post: What you could try is to run sessions under different users on the same ...Could you elaborate on how one might run parallel IE/Safari tests (say... more »
By David  - May 20 - 1 new of 1 message    

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 »
By Gaurang shah  - May 20 - 5 new of 5 messages    

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 ?
By goran gasparini  - May 20 - 7 new of 7 messages    

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 »
By Umamaheshwar Thota  - May 20 - 4 new of 4 messages    

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 »
By Krishnan Mahadevan  - May 19 - 2 new of 2 messages    

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 »
By Aaron Mulder  - May 9 - 1 new of 1 message    

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 »
By testingzeal  - May 17 - 1 new of 1 message    

Actions.contextClick(WebElemen t) appears to perform mouse move but not click when called in ChromeDriver 
  I have noticed that Actions.contextClick(WebElemen t) doesn't seem to work when called in ChromeDriver. I have been able to get it to work in InternetExplorerDriver and FirefoxDriver. It appears that the mouse move does happen, because the WebElement's style while change, as long as it is an element whose style changes on... more »
By Paul K  - May 17 - 1 new of 1 message    

How to Override or Remove Default ChromeDriver/Chrome Switches? 
  Hi All, By default selenium (or) chromedriver.exe applies some switches ex:--disable-default-apps. How do i override this or remove this option while initializing the chrome driver? Thanks, mukil
By mukilan...@gmail.com  - May 17 - 1 new of 1 message    

Issues running suite file which has multiple parameters from command-line using maven 
  Hi All, I am trying to find out how to run a suite file which has multiple parameters from command line using maven. In IntelliJ to run this I just right click on the suite file and click run xml which runs it and sends the parameters in the suite file to my base class which all of my test cases... more »
By Rivlin Pereira  - May 16 - 1 new of 1 message    

1 - 10 of 3885   « Newer | Older »

XML       Send email to this group: webdriver@googlegroups.com