I would like to use the execute_async_script command (in the Selenium remote webdriver) to execute some JS with a callback.
I have something similar to this in my current setup for the selenium.selenium model:
self.selenium = selenium("localhost", 4444, "*firefox", "http://localhost:8000")
But how do I use the WebDriver implementation alongside selenium.selenium so I can call execute_async_script?
以上就是Using execute_async_script in the Selenium WebDriver的详细内容,更多请关注web前端其它相关文章!