Closed. This question is op开发者_如何学Cinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citatio
I\'m using Cucumber + capybara + selenium to run automated testing, but I\'m having trouble finding a way to assert that a javascript alert is displayed.
I am gettnig the exception: \"Failed to start new browser session: error while launching browser\" when trying to run a test suite with 开发者_如何学运维IE7.
I know that Selenium has a built-in method getTable(\"tableName.row.column\")开发者_如何学C can return a cell conveniently. However how can I return a whole column?
Is there a cross browser solution to check if an element is visible using WebDriver? The solution for IE and firefox is to cast the object to a RenderedRemoteWebElement and then call the property Disp
Here\'s the deal: Is there a way to search for an input name or type witch is not precise and fill it?
HI how can i check if all elements in an array i created are present in a drop down menu using selenium testing?
I have a Selenium GRID Setup with the various browsers on it (IE6, 7, 8, FF 3.5.6) written in C# and individually they work fine. I also have a set of Selenium Tests setup and they also work fine with
i was running a test remotely on internet explorer, and when using navigate().to() selenium returns me this: \"12:13:58.770 INFO - WebDriver remote server: Exception: The driver reported that the comm
Tools such as WebAii can be used to visit a website, and with a simple loop, in succession. If I code a lot of hits to a site in succession and/or with the ability for custom patterns, is this the sa