我该如何将其翻译成Python?

时间:2011-05-31 23:32:46

标签: python ruby selenium

s1 = Selenium::WebDriver::Remote.new :url => "http://localhost:4444/wb/pub"

这是Ruby。 Python中的等价物是什么?

1 个答案:

答案 0 :(得分:1)

这个S / O答案应该演示你需要的语法:

How do you connect remotely using Python + Webdriver