0 votes
in Selenium by
To delete a cookie we need to call the deleteCookie method, passing in two parameters.

a) The first parameter is the name of the cookie, and the second parameter is where it was created.

b) The first parameter is where it was created, and the second parameter is the name of cookie.

c) None of these

1 Answer

0 votes
by
The first parameter is the name of the cookie, and the second parameter is where it was created

Related questions

0 votes
asked Sep 28, 2023 in JavaScript by AdilsonLima
0 votes
asked Aug 21, 2022 in JAVA by sharadyadav1986
...