Challenge 04 (December 21) Identify the return Object type from the below Selenium 4 snippet?

Identify the return Object type of the same :point_down:

Options:

#LambdaTestCodingChallenge #CodeFestDec2021

2 Likes

C. Remote Object
in javascript we can find the elements under this object for example by writing .querySelector(cssSelectorOfElement)

2 Likes