Комментарии:
Thank u sir
ОтветитьNice video !
ОтветитьVery informatic video.Thanks:)
Ответитьthank you... now a days am dealing with drop downs.. thank you..
ОтветитьThanku naveen
ОтветитьThank you, Naveen very great video and precise explanation :)
Ответитьchampion.... champion.. !!
Ответитьi don't know how can i say only thanks to you for this video.... your awesome it is very much helpful to me...
ОтветитьSelect class works only if you have select tag in your DOM structure. In most companies, in order to hide information, UI dev are using <div> tags instead of <select>. In that case, you have to use Actions class to access the drop down menu.
ОтветитьExcellent explanation naveen. Now the concept of dropdowns is much clear for me than i had before. Thank you so much.
ОтветитьThanks for clearly explaining all topics 🙂
ОтветитьVery helpful, and very very well explained !
ОтветитьDoesn't getOptions method directly return the all the values?Why is getText again used? Why the lines
String dayVal = listDays.get(i).getText();
Syso(dayVal)?
Overall an awesome video, very informative and covered all the topics with clear and logical explanation.
Why is get(i) in listDays.get(i).getText();
Or listDays.get(i).click();
is used while selecting or getting it's text? What's the need of using get(i) method here, aint we stopping at 15 and the clicking on it?
Hi Naveen I am working on appium and automating web app here as part of my office project but I am unable to click on hamburger menu there ... How to click on such elements ... I tried with all strategies but failed to do it . Click JavaScriptexecutor actions everything failed ...please help
ОтветитьThank you so much ..its amazing ...
ОтветитьHey Naveen. I first would like to thank you for all you’re videos. I feel so much smarter after watching. One question in regards to locator, do you prefer xpath or css? And why? Is it best to stick with xpath only?
ОтветитьHi Naveen thanks for the great videos.kindly update "Constructor. A check is made that the given element is, indeed, a SELECT tag. If it is not, then an UnexpectedTagNameException is thrown."
ОтветитьNaveen, I am working on an automation project,
As per the requirement, in my PLP (Page) There is a dropdown box for sorting Products.
I wrote code to select dropdown and choose option "Highest to Lowest Price", So page should refresh , and should show new sorted product list.
I am executing my code using "sauce lab".
Same code is working for chrome browser and microsoft edge,But not working for safari.
In safari browser, it chooses option "Highet to lowest" but page is not refreshing and product list is not updating.
So my question is can u give some idea, to work with Drodown with safari browser using "saucelab" ?
Thank you so much for the explanation Naveen. Really helpful. :)
ОтветитьHi Naveen I have one queries suppose if I want to fetch the drop down value to property file then how to do that. ????
Ответитьawsome video...
question: do we create multiple Select class or you mean creating multiple object s of select class
Thank you Naveen sir for explaining in details about operation on Dropdown with and without Select class!!!!!
ОтветитьJust one word i want to say, "Awesome", Thank you Naveen!!
ОтветитьThank you sir... :)
ОтветитьHi Naveen , I am learning so many things from your channel it’s really helpful. I was trying to select values from auto populated drop down but noticed that drop down is not configured with select and option tag .Can you please help me handle this kind of situation?
ОтветитьHi Naveen, how are you
can u explain the difference b/w System.setProperty() & System.setProperties()
&
Javascripti Executor methods
executeScript() & executeAsyncScript()
if someone ask in interview so how to answer these Questions
Thanks so much. Paid to some other trainer but learning from you. I wish i had paid you instead of him. Awesome clarification. My trainer is just trying to complete the course but you are telling each and every topic so deeply. Thanks so much.
ОтветитьHow to get the text of unselected options in the dropdown?
ОтветитьThank you Naveen , very good tutorial
ОтветитьThis is the best explanation for drop-down.. thank you so much Naveen.🙏
ОтветитьHi naveen m unable to join ur telegram group, it says ti's doesn't exist, can u pls share the working link to join
ОтветитьThank you. 😊
ОтветитьHi.. sir, we u help to teach me , how we can handle the dropdowns in ascending or decending order?
Thank u.
hi naveen, How to select multiple options from dropdown without select class
ОтветитьHi Naveen I have a scenario
Think there are these cities in my drop-down "Hyderabad, secunderabad, Aurangabad, delhi,"
I need to write my select in such a way that all the values ending with 'bad' should be selected. How can I do that?
Excellent video and very precise explanation ..Thnq So much once again.
ОтветитьHello Naveen Sir, Its really knowledgeable session. Thank u so much to clear all the doubts. Once will done with selenium certification, I am interested to do internship with you.
ОтветитьThe session was excellent. Please share the link of validating dropdown is selected or not video link
ОтветитьHey , i have a question. what if there are 2 dropdown menu with only 1 attribute which is class also similar name, how can we possibly automate particular one?
ОтветитьSo informative, thank you
ОтветитьHi Naveen, can we create generic method for drop down selection with explicit wait just like generic method you created for textbox(sendkeys) becoz in my app, on selection of 1st dropdown value page is getting loaded and values in 2nd dropdown is updated based on value selected in 1st dropdown.
ОтветитьYou're a legend! Best teacher to learn coding. Thank you!
ОтветитьBeautifully explained. Many Thanks. I am watching this in 2022.
ОтветитьI'm following ur videos and implementing in real time... You made my day today.. in one of the scenarios 😊 thank you sir... I hope I complete my Regression suite with the help of ur videos
Ответитьgreat session, thank you!
ОтветитьHow to covert avi format to mp4 format
ОтветитьIf I entered wrong input which is not available in list ...how we can handle such scenario?
Ответить