The below is the html source code for a textbox object on a webapplication
Choose the CSS selector to identify the object uniquely.
<input name="search" title="Search" class="txtbox" id="q" onkeyup="return autoComplete(event);"
onclick="clearSearchText('q')" type="text" value="Search"/>

input.txtbox[value="Search"]
input.txtbox[type="Search"]
input.q[value="Search"]
input.q[type="Search"]
Verified Answer
Correct Option - a

To get all Infosys Certified Selenium Basic Automation Tester Exam questions Join Telegram Group https://rebrand.ly/lex-telegram-236dee

Telegram