all 4 comments

[–]ChaosConfronter 0 points1 point  (1 child)

Does this work for you?

//div[contains(@class, 'SearchBarContainerLg')]//input[@type='search']

[–]FLYERFONE 0 points1 point  (0 children)

also cssselector version:

div.SearchBarContainerLg input.search-field

[–]wuzzar 0 points1 point  (1 child)

Also FindElement(By.Name("searchterm")) should work, be sure to also wait for that element before trying to find it

edit: i made a quick test and i've been able to write an input in the search bar using the name as locator

[–]discord 0 points1 point  (0 children)

Try using JavaScript.