How do I translate this to Python?
s1 = Selenium::WebDriver::Remote.new :url => "开发者_如何学编程http://localhost:4444/wb/pub"
This is Ruby. What's the equivalent in Python?
This S/O answer should demonstrate the Syntax you need:
How do you connect remotely using Python + Webdriver
精彩评论