I have entered correct from the developer tool xpath still it is not macthing element. How can find the xpath or other locator for google search box.
HTML:
<input id="input" type="search" autocomplete="off" spellcheck="false" role="combobox" ariacontrols="matches" placeholder="Search Google or type a URL" aria-expanded="false" aria-live="polite">
Relative Xpath:
/html/body/ntp-app/div/div[2]/ntp-realbox/div/input
Absolute Xpath:
//*[@id="input"]
Snapshot A:
Snapshot B: