Having difficulty with CSS locators in chrome developer tool

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Having difficulty with CSS locators in chrome developer tool

Pritz
Hi,
I am new to Selenium Testing. Thanks so much Tarun for the wonderful videos. I was able to follow and execute every command in the first selenium session. But am having problem with CSS locators..
When I type the following in chrome developer tool,

$$(" select [id = 'searchLanguage'] ")

it returns empty parenthesis []

Can you tell me where am I going wrong?