0 votes
in Selenium by
Which CSS selector will locate a element with ID containing the text userName?

input[id^='_userName']

input[id$='_userName']

input[id*='_userName']

None of these

1 Answer

0 votes
by

input[id*='_userName'] 

Related questions

0 votes
asked Aug 19, 2019 in Selenium by rahulsharma
0 votes
asked Nov 17, 2020 in JQuery by rajeshsharma
...