我的代码是这样写的
#!/usr/bin/env python
from selenium import webdriver
import time
browser = webdriver.Remote('http://localhost:8910')
browser.get("http://site.baidu.com")
time.sleep(5)
browser.close()
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
学习是最好的投资!