有没有办法在浏览器中打开 ghost.py 的同一页面?

Is there a way to open the same page of ghost.py in browser?

所以我用 ghost.py

打开一些页面
ghost.open('http://someUrl.com')
ghost.wait_for_page_loaded()     
ghost.show()
ghost.wait_for_text('some text here')

在那个用户去了某个地方之后,所以我不知道 url 也不知道 action.is 有一种方法可以使用代理和 cookie 捕获页面 url 并在任何浏览器(firefox 或 chrome 等)中打开同一页面?

谢谢。

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