Add Cookies to the Browser.
Optional
Static
Add the specified cookies.
the cookies to add.
new Add instance
Add.cookies([{ name: 'my cookie', value: 'my value', url: 'http://www.myapp.com',}]); Copy
Add.cookies([{ name: 'my cookie', value: 'my value', url: 'http://www.myapp.com',}]);
Set the alias which is used for an underlying ability
with which an ability was initialized
current action
add the cookies to the browser.
Actor performing this action
Adds cookies into this browser context.
Generated using TypeDoc
Add Cookies to the Browser.