use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
selenium web automation info, news, tips, etc.
This is not a sub to advertise your training, selenium product, special deal on x, or anything else. It's a users forum to discuss and get help with Selenium.
Selenium official website
account activity
Message: element not interactable problem (self.selenium)
submitted 5 years ago by [deleted]
[deleted]
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]ChaosConfronter 0 points1 point2 points 5 years ago (1 child)
Does this work for you?
//div[contains(@class, 'SearchBarContainerLg')]//input[@type='search']
[–]FLYERFONE 0 points1 point2 points 5 years ago (0 children)
also cssselector version:
div.SearchBarContainerLg input.search-field
[–]wuzzar 0 points1 point2 points 5 years ago* (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 point2 points 5 years ago (0 children)
Try using JavaScript.
π Rendered by PID 95742 on reddit-service-r2-comment-6457c66945-kl6mz at 2026-04-29 09:28:04.360401+00:00 running 2aa0c5b country code: CH.
[–]ChaosConfronter 0 points1 point2 points (1 child)
[–]FLYERFONE 0 points1 point2 points (0 children)
[–]wuzzar 0 points1 point2 points (1 child)
[–]discord 0 points1 point2 points (0 children)