${my_cookie}= Get Cookie thecookie
结果:
TypeError: __init__() got an unexpected keyword argument 'sameSite'
我已经尝试过使用几个具有SameSite属性的不同cookie。我在想大小写是否重要,但它被设置为SameSite
而不是sameSite
Set-Cookie: thecookie=testing;Path=/;Expires=Thu, 02-Jul-2020 13:38:09 GMT;Max-Age=25200;Secure;SameSite=None
我发现这是固定状态:
https://bugs.chromium.org/p/chromedriver/issues/detail?id=3264
Chrome版本:版本83.0.4103.116(官方版本((64位(
ChromeDriver 版本: 83.0.4103.14 (Win32(
pip install --upgrade robotframework-seleniumlibrary
解决了问题。