Python从加载的网页获取内容

时间:2018-03-15 01:38:54

标签: python testing automation

在我的Python脚本中,我想从使用此脚本启动的页面获取内容:

import webbrowser

url = 'https://yahoo.com'

webbrowser.get('Chrome').open_new(url)

我知道如何使用Selenium Webdriver,而且从来没有通过脚本本身。

任何想法都会有所帮助, 谢谢

0 个答案:

没有答案