标签: python ruby selenium
s1 = Selenium::WebDriver::Remote.new :url => "http://localhost:4444/wb/pub"
这是Ruby。 Python中的等价物是什么?
答案 0 :(得分:1)
这个S / O答案应该演示你需要的语法:
How do you connect remotely using Python + Webdriver