Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在 python 中使用 webdriverbackedselenium,如
selenium = webdriverbackedselenium(驱动程序,“http://www.google.com”)
同时,可以手动编写包装类,将 Selenium RC 调用路由到等效的 WebDriver。我为 PHP 做了一些工作,这并不难,虽然不是所有的函数都可以移植,但大多数都可以。在封装调用的代码流/算法方面,跨语言的过程是相似的。