question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Save cookie between Scenario

See original GitHub issue

I want to save cookie between scenarios (to save some time). Before I used webdriverio restart: false option, but now it doesn’t work (that is strange, because it definitely worked before…)

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
DavertMikcommented, Jan 23, 2017

keepCookies option added to all helpers. Use it with restart: false in 0.4.16

1reaction
nairvijays99commented, Jan 18, 2017

Sure.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Save cookie between Scenario · Issue #374 - GitHub
I want to save cookie between scenarios (to save some time). Before I used webdriverio restart: false option, but now it doesn't work...
Read more >
How to save and use value of cookie in Gatling?
1 Answer. Save this answer. Show activity on this post. Use getCookieValue , see documentation.
Read more >
Cookies, document.cookie - The Modern JavaScript Tutorial
Cookies are small strings of data that are stored directly in the browser. They are a part of the HTTP protocol, defined by...
Read more >
How to save and load cookies in Selenium WebDriver | Reflect
On the client side, cookies can be easily accessed by calling the document.cookie property. In the code snippet below from the demo-app (...
Read more >
Cookie Testing: How to Test Cookies in Website with Example
1. Disable all cookies and attempt to use the site’s major functions 2. Manually edit the cookie in notepad and change the parameters...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found