Oh my god, thank you so much! I was stuck for like a day until I found this treasure of a video!
@Mukeshotwani4 жыл бұрын
Awesome I am glad it worked for u 😀
@MrSimplelife07 Жыл бұрын
The pause option was brilliant, I can't thank you enough. It took me forever to find the dropdown locator since it disappears when I inspect it. You saved my time, thank you!
@Mukeshotwani Жыл бұрын
Great to hear! sir
@SureshSDETAutomation4 жыл бұрын
Nice information mukesh. Thanks for sharing.
@paritoshsharma92554 жыл бұрын
thanks mukesh for this helpful video I hope you will complete full automation selenium python series.❤️
@revengegamerPREM.8 ай бұрын
I didn't get autosuggestion in the package under the class file? Any solution is there?
@Mukeshotwani8 ай бұрын
You can press control space for autosuggestion
@partha_34753 жыл бұрын
Mukesh bhai. Sometime, due to poor network, the suggestion page loads few seconds after. Will this code be able to find all the suggestions?
@Mukeshotwani3 жыл бұрын
Hi Partha if you use implicitly wait then it will wait else it will fail because default time is set to zero
@KhalilYasser4 жыл бұрын
Amazing my bro. Thanks a lot for this awesome tutorial. As for the XPATH I suggest that xpath to reduce the number of results `//li[contains(@id,'react-autosuggest-1-suggestion')]//div[@class='mainTxt clearfix']//span[1]`
@Mukeshotwani4 жыл бұрын
This video was mainly for auto suggestions so yes you can use different xpath or css as well.
@KhalilYasser4 жыл бұрын
@@Mukeshotwani I know my friend. I don't criticize you but just tells about a suggestion (love to discuss the details)
@Mukeshotwani4 жыл бұрын
thank you bhai
@mohitgupta71453 жыл бұрын
Sir, how to get the last option printed after Selenium, if we want the count with the list of all autosuggestions.. tried with Java, though removed break statement still it comes out from the loop after 'Selenium' is found.. Please help on this.. Tried with Iterator and While loop however the autosuggestions text with iterator is not getting populated, also there is no click function which works iterator to select 'Selenium'.
@sagardaine1897 Жыл бұрын
In my application , sendkeys is not entering the text . If javascript is use to enter the data , the text is entered but the auto suggestion doesnt work
@bkrathore3 жыл бұрын
Sir, Where is keyboard event as you mentioned in the video ? You did not cover in this
@KeertikaAruljothi5 ай бұрын
How to select random value from suggestion list using index value ,without hardcoding the value using selenium java
@Mukeshotwani5 ай бұрын
You can use Random with Range.
@KeertikaAruljothi5 ай бұрын
@@Mukeshotwani Can you please make an video on that?