I ca开发者_Go百科n\'t make python bindings for webdriver workable. Here is tutorial for installing.
I had writt开发者_如何学Cen a scipt in Java with Webdriver and it worked fine and below is the code for the sample
Surprisingly, I couldn\'t find a first step guide on how to setup Selenium WebDriver working with selenium-webdriver gem through google university. I suppose the gem needs to know where I store all th
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
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
With WebDriver from Selenium 2.0a2 I am having trouble checking if an element is visible. WebDriver.findElement returns a WebElement, which unfortunately doesn\'t offer an isVisible method. I can go
I am currently using Selenium 2.0a2 in Java to access the Internet using an HtmlUnitDriver instance. The problem I am facing is that, when I attempt to开发者_开发知识库 access slow websites, the reque
I tried Selenium 2.0 (documentation says it\'s using WebDriver) as so: java -jar selenium-server-standalone-2.0a1.jar -htmlSuite \"*firefox\" ...
when I can\'t delete FF cookies from webdriver. When I use the .delete_all_cookies method, it returns None. And when I try to get_cookies, I get the following error: