标签: python webdriver
我已经注意到this piece of documentation。但是,它似乎缺少大块,例如Actions个对象。
Actions
我知道在哪里可以找到更多Python WebDriver文档吗?
答案 0 :(得分:2)
我要说的是,您可以在其中找到最新文档的其他网站seleniumhq.org本身。
如果你在那里找不到你需要的东西,那么你可能需要直接查看python shell或源代码中的docstrings。