I'm using BDD in codeception and I know that cookies can be configured in the codeception.yml
by
- clear_cookies: true #or false
I only want to clear cookies for specific set of scenarios or 1 feature file. Would this be possible
I'm using BDD in codeception and I know that cookies can be configured in the codeception.yml
by
- clear_cookies: true #or false
I only want to clear cookies for specific set of scenarios or 1 feature file. Would this be possible
Yes there are specific WebDriver commands to clear cookies. I don't know what they are off the top of my head. I wish the manual was more searchable.