From text boxI have tried many methods to find out the solution but I failed, So please help me regarding this Query
Website:- https://www.goibibo.com/
Inside th
If you need XPath for first autosuggest option, try
//ul[@id='react-autosuggest-1']/li[@id='react-autosuggest-1-suggestion--0']
You can replace 0 with1 to get second option, 2 - for third option, etc
0
1
2