本文介绍了在Webdriver中获取Cookie的方式如何?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
Webdriver Ruby绑定中有一种获取cookie的方法:
There is a method in Webdriver Ruby bindings for getting the cookies:
(Array<Hash>) all_cookies
具有以下说明:
返回:
* (Array<Hash>) — list of cookies
请提供一个用法示例.谢谢!
Could you please, provide an example of its usage.Thanks!
推荐答案
尝试一下:
driver.manage.all_cookies
这篇关于在Webdriver中获取Cookie的方式如何?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!