【问题标题】:Is there a way to open the same page of ghost.py in browser?有没有办法在浏览器中打开 ghost.py 的同一页面?
【发布时间】: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


    【解决方案1】:

    所以我想没有,但我认为如果你想做这样的事情可以使用 Selenium,并通过浏览器传递 cookie。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2020-06-16
      • 1970-01-01
      • 2016-09-13
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多