标签: python testing automation
在我的Python脚本中,我想从使用此脚本启动的页面获取内容:
import webbrowser url = 'https://yahoo.com' webbrowser.get('Chrome').open_new(url)
我知道如何使用Selenium Webdriver,而且从来没有通过脚本本身。
任何想法都会有所帮助, 谢谢