开发者

How do I translate this to Python?

开发者 https://www.devze.com 2023-03-10 01:20 出处:网络
s1 = Selenium::WebDriver::Remote.new :url => \"开发者_如何学编程http://localhost:4444/wb/pub\"
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

0

精彩评论

暂无评论...
验证码 换一张
取 消