我正在尝试使用iframe抓取网站,以便我ghost.show()
我通常会看到我的结果,所以iframe已经填满了,但在我做ghost.content
之后
它返回iframe为空,认为它是为了安全而完成的,但我怎样才能得到这些数据?
谢谢,对不起英语不好。
答案 0 :(得分:2)
你可以这样下降到你的框架:
ghost = Ghost()
ghost.frame('<your frame name>')
g.content # Your frame content
g.frame() # ascent back to root frame
http://ghost-py.readthedocs.org/en/latest/#ghost.Ghost.frame