gpt4 book ai didi

javascript - 如何在Ruby mechanize 中使用从Javascript 的document.cookie 得到的cookie?

转载 作者:行者123 更新时间:2023-12-04 16:21:29 29 4
gpt4 key购买 nike

我正在使用 Ruby mechanize 自动化登录过程。由于在 Mechanize 中重新创建确切过程太复杂,我选择使用从浏览器中抓取的现有 cookie document.cookie .我想知道如何在 Ruby mechanize 中使用这个字符串。谢谢。

最佳答案

我不认为 Mechanize 运行 Javascript,为此您必须使用 Selenium 之类的东西。

使用 Selenium,您可以运行任意脚本。例如:

driver = Selenium::WebDriver.for :firefox
driver.get("http://some.url")
driver.execute_script("console.log('javascript')")
driver.close

关于javascript - 如何在Ruby mechanize 中使用从Javascript 的document.cookie 得到的cookie?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36730321/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com