Is there are some ways to import session via selenium from local json file (like driver.add_cookie)?
I am using that way in some tests on python. Session import allows me to ignore captcha on login.
If there are no direct ways for this, how is it possible to modify local wrath for that trick (if it is legal :))?
Thanks.