所以我正在打开一些页面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 或 chrome 或ETC..)?
谢谢你。
所以我正在打开一些页面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 或 chrome 或ETC..)?
谢谢你。