Is it possible to return a We开发者_JAVA技巧bElement\'s xpath?Not directly from WebDriver, but you can fake it if you really need to:
sometimes when running tests on WebDriver with Javascript turned off, WebDriver crashes due to an ElementNotFound Error when it finds an element, and at开发者_高级运维tempts to click it.
I\'m using WebDriver through the Python bindings located on Google\'s site.According to the documentation here, it supports four browsers: Chrome, IE, Firefox, and HtmlUnit.I can import the Firefox dr
has anyone been successful in ru开发者_如何学Gonning tests using FirefoxDriver on a linux distro ? If so, which distro are you using ? Are you using xvfb ?
I\'m not sure I quite understand the difference. WebDriver API also directly controls the browser of choice. When should you use selenium remote control (selenium RC) instead ?
Hi basically I am trying to switch to a popup window then press a button on that popup window but from somereaon I am getting erros.
I\'m using htmlagility pack to locate elements in large loops through tables because its much faster than usi开发者_C百科ng the native methods provided through webdriver.
I\'m moving some tests from Selenium to the WebDriver. My problem is that I can\'t find an equivalent for selenium.wait_for_condition. Do the Python bindings have this at开发者_如何学Python the moment
how to dismiss a alert box by clicking \"OK\" button? I saw on WebDriver Google group that Simon is adding this feature. I 开发者_JAVA技巧am not sure whether this is supported or not.driver.findElemen
I had a look here: http://wiki.openqa开发者_JAVA百科.org/display/WTR/JavaScript+Pop+Ups Every solution is for IE on Windows. I am using Firefox on Mac. Is there a way to click on OK of a JavaScript a