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

Поділитися
Вставка
  • Опубліковано 21 жов 2024

КОМЕНТАРІ • 11

  • @TonyNgo-o5u
    @TonyNgo-o5u 6 днів тому

    Great , please guide with select2 , Thanks

  • @MoYd
    @MoYd 3 роки тому +2

    Thanks a lot. Good explanation.

  • @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 2 роки тому

      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

  • @r-nanovarusex4244
    @r-nanovarusex4244 2 роки тому

    great work man kip going

  • @Vivian-yf4qw
    @Vivian-yf4qw 3 роки тому +1

    Thank you.

  • @KarlmarxMashele
    @KarlmarxMashele Рік тому

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

  • @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?

  • @AmithTalentPlace
    @AmithTalentPlace Рік тому

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