Handle Drop Down using Select class in Selenium || Classroom Training Session

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ต.ค. 2024

ความคิดเห็น • 53

  • @amanpreetsahdev5454
    @amanpreetsahdev5454 4 ปีที่แล้ว +2

    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.

  • @Timeless_Trader
    @Timeless_Trader 2 ปีที่แล้ว

    Beautifully explained. Many Thanks. I am watching this in 2022.

  • @MadiraSarkar
    @MadiraSarkar 5 ปีที่แล้ว +5

    One of the best selenium videos on youtube. Although I have taken few paid courses , but I must say this looks more helpful for interview purpose. Thanks a ton.

    • @naincypriya2281
      @naincypriya2281 5 ปีที่แล้ว

      How to make selection if xpath is hidden and error is showing as element is not interactable

  • @monalisabarik9795
    @monalisabarik9795 4 ปีที่แล้ว +1

    This is the best explanation for drop-down.. thank you so much Naveen.🙏

  • @ravinadhb9219
    @ravinadhb9219 3 ปีที่แล้ว

    Excellent video and very precise explanation ..Thnq So much once again.

  • @ramyababu494
    @ramyababu494 2 ปีที่แล้ว

    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

  • @khajazakiuddin931
    @khajazakiuddin931 5 ปีที่แล้ว +1

    Excellent explanation naveen. Now the concept of dropdowns is much clear for me than i had before. Thank you so much.

  • @davidvial1466
    @davidvial1466 2 ปีที่แล้ว

    You're a legend! Best teacher to learn coding. Thank you!

  • @vkiranmayi7096
    @vkiranmayi7096 5 ปีที่แล้ว

    i don't know how can i say only thanks to you for this video.... your awesome it is very much helpful to me...

  • @softwaretestinglearninghub
    @softwaretestinglearninghub ปีที่แล้ว +1

    great session, thank you!

  • @npn8097
    @npn8097 5 ปีที่แล้ว +3

    Very helpful, and very very well explained !

  • @dharaneshbr2064
    @dharaneshbr2064 5 ปีที่แล้ว

    Thank you Naveen sir for explaining in details about operation on Dropdown with and without Select class!!!!!

  • @kumark21
    @kumark21 4 ปีที่แล้ว

    Just one word i want to say, "Awesome", Thank you Naveen!!

  • @aytanmahammadova6116
    @aytanmahammadova6116 3 ปีที่แล้ว

    So informative, thank you

  • @meghatiwari5225
    @meghatiwari5225 4 ปีที่แล้ว +1

    Thank you Naveen , very good tutorial

  • @desertstar7664
    @desertstar7664 5 ปีที่แล้ว

    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 tags instead of . In that case, you have to use Actions class to access the drop down menu.

  • @mariabajwa8632
    @mariabajwa8632 5 ปีที่แล้ว

    thank you... now a days am dealing with drop downs.. thank you..

  • @rohinsees6227
    @rohinsees6227 5 ปีที่แล้ว +1

    Thank you so much for the explanation Naveen. Really helpful. :)

  • @jahangiralikhan2410
    @jahangiralikhan2410 5 ปีที่แล้ว +1

    Thank you, Naveen very great video and precise explanation :)

  • @sivakys
    @sivakys 5 ปีที่แล้ว

    Thanks for clearly explaining all topics 🙂

  • @mariabajwa8632
    @mariabajwa8632 5 ปีที่แล้ว +1

    Thank you so much ..its amazing ...

  • @vivekn9856
    @vivekn9856 3 ปีที่แล้ว

    The session was excellent. Please share the link of validating dropdown is selected or not video link

  • @shilpamusale5046
    @shilpamusale5046 4 ปีที่แล้ว

    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?

  • @apurvakamaji
    @apurvakamaji 5 ปีที่แล้ว +1

    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.

  • @priyankasuryawanshi2958
    @priyankasuryawanshi2958 5 ปีที่แล้ว +1

    Thanku naveen

  • @bharatpotle5996
    @bharatpotle5996 3 ปีที่แล้ว

    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.

  • @umangsharma7447
    @umangsharma7447 5 ปีที่แล้ว +1

    champion.... champion.. !!

  • @donatesmile202
    @donatesmile202 5 ปีที่แล้ว

    Very informatic video.Thanks:)

  • @omarjimenez7198
    @omarjimenez7198 5 ปีที่แล้ว

    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?

  • @nitinpatil5541
    @nitinpatil5541 3 ปีที่แล้ว

    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.

  • @apurvakamaji
    @apurvakamaji 5 ปีที่แล้ว +1

    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?

  • @priyankachaudhary3302
    @priyankachaudhary3302 3 ปีที่แล้ว

    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?

  • @real_hello_kitty
    @real_hello_kitty 3 ปีที่แล้ว

    Thank you. 😊

  • @sruthibhagavatula2450
    @sruthibhagavatula2450 3 ปีที่แล้ว

    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?

  • @konijetimadhavi9438
    @konijetimadhavi9438 3 ปีที่แล้ว

    Hi.. sir, we u help to teach me , how we can handle the dropdowns in ascending or decending order?
    Thank u.

  • @saquibhelal7477
    @saquibhelal7477 5 ปีที่แล้ว

    Hi Naveen I have one queries suppose if I want to fetch the drop down value to property file then how to do that. ????

  • @LearnWithNeeraj777
    @LearnWithNeeraj777 5 ปีที่แล้ว

    awsome video...
    question: do we create multiple Select class or you mean creating multiple object s of select class

  • @ashwinimathapati2189
    @ashwinimathapati2189 3 หลายเดือนก่อน

    If I entered wrong input which is not available in list ...how we can handle such scenario?

  • @vengalrao343
    @vengalrao343 3 ปีที่แล้ว

    hi naveen, How to select multiple options from dropdown without select class

  • @arnabsaha6684
    @arnabsaha6684 5 ปีที่แล้ว

    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."

  • @chiragbansod4003
    @chiragbansod4003 5 ปีที่แล้ว

    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

  • @DeepakMishra-ql4gh
    @DeepakMishra-ql4gh 4 ปีที่แล้ว

    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

  • @siddharthbhardwaj4747
    @siddharthbhardwaj4747 5 ปีที่แล้ว

    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" ?

  • @pankajkashyap8521
    @pankajkashyap8521 4 ปีที่แล้ว

    Thank you sir... :)

  • @jarvisfriday7452
    @jarvisfriday7452 4 ปีที่แล้ว

    How to get the text of unselected options in the dropdown?

  • @jaykishoreduvvuri7598
    @jaykishoreduvvuri7598 5 ปีที่แล้ว

    Nice video !

  • @TejaskumarJC-nh9ey
    @TejaskumarJC-nh9ey ปีที่แล้ว

    How to covert avi format to mp4 format

  • @19863960
    @19863960 5 ปีที่แล้ว

    Thank u sir

  • @naseembanu3480
    @naseembanu3480 3 ปีที่แล้ว

    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

    • @naveenautomationlabs
      @naveenautomationlabs  3 ปีที่แล้ว

      Pl join this. t.me/joinchat/COJqZUPB02pj9vVmu8Yv7Q

    • @naseembanu3480
      @naseembanu3480 3 ปีที่แล้ว

      @@naveenautomationlabs still it's same, says site can't be reached even though I have a good Internet connection

  • @red_app1418
    @red_app1418 4 ปีที่แล้ว

    i have no import options, only change name... :(
    this code is only works -
    org.openqa.selenium.support.ui.Select sel1 = new org.openqa.selenium.support.ui.Select(day);
    sel1.selectByVisibleText("9");