Selenium Python Tutorial #29 - How to handle Multiselect List/Dropdown

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • Get all my courses for USD 5.99/Month - bit.ly/all-cou...
    In this Selenium Python Tutorial, we will learn how to handle multiselect list/Dropdown in selenium python. Multiselect list implementation allows us to select multiple values in the list. Selenium Python library provides the class "Select" which is used to handle multiselect dropdown/list webelements in Selenium Webdriver with Python.
    FULL Playlist: bit.ly/Selenium...
    🔸FREE Training's at training.rcvac... 🔔SUBSCRIBE to CHANNEL: bit.ly/2YGU6JM
    Help me in spreading the knowledge, please hit LIKE, SHARE, and SUBSCRIBE for the latest tutorials. More tutorial playlists below:
    ✅ ALL PLAYLISTS (Software Testing Mentor)🔸 / softwaretestingmentor
    ✅ ALL PLAYLISTS (RCV Academy)🔸 / @rcvacademy
    ✅ JIRA BEGINNER TUTORIAL🔸 bit.ly/jira-beg...
    ✅ JIRA WORKFLOW TUTORIAL🔸 bit.ly/2EzKOEB
    ✅ JIRA ADMINISTRATION TUTORIAL🔸 bit.ly/36MPPFR
    ✅ JIRA TUTORIAL INTERMEDIATE🔸 bit.ly/Atlassia...
    ✅ JIRA TUTORIALS🔸 bit.ly/jira-tut...
    ✅ ZEPHYR TUTORIAL🔸 bit.ly/zephyr-f...
    ✅ SOAPUI TUTORIAL🔸 bit.ly/Sopui-tu...
    ✅ JSONPath TUTORIAL🔸 bit.ly/2sIZIFG
    ✅ POSTMAN TUTORIAL🔸 bit.ly/2PBbhI7
    ✅ ISTQB AGILE TESTER CERTIFICATION TUTORIAL🔸 bit.ly/istqb-ag...
    ✅ ISTQB FOUNDATION LEVEL CERTIFICATION TUTORIAL🔸 bit.ly/istqb-fo...
    ✅ CUCUMBER SELENIUM TUTORIAL🔸 bit.ly/cucumber...
    ✅ TESTRAIL TUTORIAL🔸 bit.ly/testrail...
    ✅ AGILE TUTORIALS🔸 bit.ly/agile-tu...
    ✅ PYTHON TUTORIALS🔸 bit.ly/python-p...
    ✅ PYTHON BEHAVE TUTORIALS🔸 bit.ly/python-b...
    ✅ PRACTITEST TUTORIAL🔸 bit.ly/practite...
    ✅ JAVA TUTORIAL🔸 bit.ly/2F1iL1B
    ✅ ZEPHYR TUTORIAL🔸 bit.ly/zephyr-f...
    🔶 ENROL IN MANY FREE TRAININGS ON RCV ACADEMY PORTAL 🔶
    training.rcvaca...
    🔶 FOLLOW US ON TWITTER 🔶
    / rcvacademy
    / swtmentor
    / mrmverma
    🔶 LIKE US ON FACEBOOK 🔶
    / softwaretestingmentor
    / rcvacademy47
    🔶 OUR TUTORIAL WEBSITES 🔶
    www.softwarete...
    www.rcvacademy...
    🔶 GET MY TRAININGS ON UDEMY 🔶
    www.udemy.com/...
    #SeleniumPythonTutorial #PythonSelenium #SeleniumPython #PythonSeleniumTutorial #SeleniumWebdriver #TestAutomation #SoftwareTesting #RcvAcademy #SoftwareTestingMentor
    Join this channel to get access to perks:
    / @softwaretestingmentor

Комментарии • 10

  • @MoYd
    @MoYd 3 года назад +2

    Thanks a lot. Good explanation.

  • @Vivian-yf4qw
    @Vivian-yf4qw 3 года назад +1

    Thank you.

  • @r-nanovarusex4244
    @r-nanovarusex4244 2 года назад

    great work man kip going

  • @johndoe-lz8fo
    @johndoe-lz8fo 2 года назад +3

    ok well, how do you select something from a drop down that doesnt have the word select in it?

    • @MariaGarcia-ey3fg
      @MariaGarcia-ey3fg Год назад

      he mentioned that there are ones with 'div' but hasn't addressed them yet :'(

    • @thariquehaneef7058
      @thariquehaneef7058 Год назад

      You can use action chain it will be covered later
      1. Click the drop down
      2. Use action class to move to the drop-down elements
      3. Get a list of elements using find elements and iterate through a loop and use "move to elements" method in action chain

  • @AmitKumar-es5ns
    @AmitKumar-es5ns Год назад

    Hi Sir, I am creating my own xpath and validating in selectorhub also,, still pycharm is not able to find the element..what to do?

  • @user-fw7kp4ei2b
    @user-fw7kp4ei2b Год назад

    what to do for div , rather than select if we have ,

  • @user-vx3ef3wo6d
    @user-vx3ef3wo6d Год назад

    what to do for div , rather than select if we have ,