How do I find locator for a search box from this HTML code? I tried all the possible ways but no luck.
There are a bunch of options:
XPath = "//input[@placeholder='Enter a question']" CSS = "[type='search']" ID = "rc_select_1"
2.1m questions
2.1m answers
60 comments
57.0k users