Challenge 05 (January 22) In the code snippet, choose the appropriate object type of newCookie?

#LambdaTestCodingChallenge #CodeFestJan2022

1 Like

driver.manage().addCookie(newCookie); Answer: (2) Map

2 Likes