typescript-selenium-example
typescript-selenium-example copied to clipboard
Adding cookies
Hello, there's a way to add cookies like in Selenium?
with methods
Cookie cookie = new Cookie(name, token);
_driver.manage().addCookie(cookie);