typescript-selenium-example icon indicating copy to clipboard operation
typescript-selenium-example copied to clipboard

Adding cookies

Open DMarinsa opened this issue 7 years ago • 0 comments

Hello, there's a way to add cookies like in Selenium?

with methods

		Cookie cookie = new Cookie(name, token);
		_driver.manage().addCookie(cookie);

DMarinsa avatar Apr 10 '18 11:04 DMarinsa