【发布时间】:2015-01-27 07:52:51
【问题描述】:
所以我用ghost.py打开一些页面
ghost.open('http://someUrl.com')
ghost.wait_for_page_loaded()
ghost.show()
ghost.wait_for_text('some text here')
在那个用户去某个地方之后,所以我不知道 url 也不知道操作。有没有办法使用代理和 coockies 和 url 捕获页面并在任何浏览器中打开相同的页面(firefox或镀铬等)?
谢谢。
【问题讨论】:
标签: python browser web-crawler ghost.py