Selenium with Python Tutorial 10-Working with Drop-down list

Поделиться
HTML-код
  • Опубликовано: 25 окт 2024

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

  • @mockingspyhd6099
    @mockingspyhd6099 4 года назад +2

    I like when you starting tutorials from new python file good tutorials great job!

  • @keifer7813
    @keifer7813 2 года назад +1

    This guy has amazing videos. Always helpful when I get stuck

  • @swetamalllick7772
    @swetamalllick7772 5 лет назад +5

    Very informative and simplified explanation. Thank you!

  • @itsjiraheta
    @itsjiraheta 4 года назад +2

    Thank you, I had been looking for this solution for while.

  • @tcoo1999
    @tcoo1999 3 года назад +1

    Great easy to follow video. Thank you

  • @devikabraj731
    @devikabraj731 3 года назад +1

    Nice presentation and informative video..

  • @awaismaqsood5292
    @awaismaqsood5292 3 года назад +1

    well and easily explain (good work sir)

  • @joelburden2711
    @joelburden2711 3 года назад +1

    Thanks this video has been very helpful

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

    may i ask you for a favor? can you please so a video on how to test amazon dropdown search menu? generally it would be easy to inspect the dropdown but amazons dropdown menu disappears when you try to inspect it.

  • @filmzone46
    @filmzone46 3 года назад +1

    thank you! this video helped me! god bless you !!

  • @satria5403
    @satria5403 5 лет назад +2

    The one and only.. thank u sir

  • @wprata17
    @wprata17 3 года назад +1

    Hi Sir. Your video helps a lot. Thanks.

  • @ashu0720
    @ashu0720 4 года назад +1

    Hello, if we have partial text and through that we have to select item available in dropdown, please suggest how we can select it.

  • @robbiemccormick3975
    @robbiemccormick3975 5 лет назад +1

    I'm having a problem location the drop down button, it doesn't have an Id or a unique class it also doesn't have text on the drop down bar I'm not sure how to locate it. Any suggestion?

  • @keerthivasan3368
    @keerthivasan3368 5 лет назад +2

    I have a doubt how can we automate when drop-down is declared in table data(td).

  • @techkt399
    @techkt399 4 года назад +1

    hi , your tutorials are awesome , where i could download python selenium tutorials files ?

  • @snehalpeherkar9418
    @snehalpeherkar9418 5 лет назад +1

    Very useful video Sir

  • @chinmaya910
    @chinmaya910 3 года назад

    hi I am unable to work on . Any alternative for Select class so as to use for

  • @Lily-ed2sc
    @Lily-ed2sc 3 года назад

    How do you handle dropdowns that are consecutive? I am now struggling with that. The dropdowns depend on each other

  • @TharunS-c9d
    @TharunS-c9d Год назад

    From the options, if user want to select the desired option, then how to do it ?
    that is how to ask user to select the option from the available list

  • @pratykshasingh8513
    @pratykshasingh8513 2 года назад

    Hello Sir, need your help, I tried executing the same , but for me page is not getting scrolled down, what code should we use to scroll down page

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

    Love your videos! Been learning so much from them and using at work. Do you have experience automating tests for web applications built using React? I am having a difficult time getting suitable locators and for drop downs, since it uses react components, the DOM has no suitable locator/drop down options not even visible.

  • @rekajanagaraj9495
    @rekajanagaraj9495 4 года назад +1

    Hello sir, I couldn't select from the dropdown. I got this error: TypeError: 'NoneType' object is not callable. Please help me to find this error.

  • @karishmazsweblog5561
    @karishmazsweblog5561 4 года назад

    wow what an explaination ! thankyou

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

    Hello, can you assist me? Selenium says it’s unable to locate the element even though it’s there. I’ve done it your way and also used ActionChains, then used switch to frames but it’s all saying that it’s can’t find the element but it’s there. In the drop down menu

  • @snagendra5415
    @snagendra5415 2 года назад

    what else if i want to select one by one option from the drop down, how can we do this ?

  • @DegeaVR
    @DegeaVR 5 лет назад +1

    thank you so much for the tutorials, very good. How do I extract the element from here: RTU I want to read RTU to check it, the problem is that the class name is 34 times

    • @lauragmcmahon
      @lauragmcmahon 3 года назад

      RTU = driver.find_element_by_xpath('YOUR_XPATH_HERE').text

  • @scuzzyhoulihan9853
    @scuzzyhoulihan9853 2 года назад

    what do you do if the element you inspect doesn't show a select ID?

  • @amithadole9252
    @amithadole9252 2 года назад

    Hello sir,
    How to select option from mat-select dropdown using selenium python?

  • @sameerk12982
    @sameerk12982 4 года назад

    Thank you very much Sir for this helpful tutorial...appreciated..... could you please tell me how to read already selected text from dropdown ?

  • @VictorKap
    @VictorKap 4 года назад

    Could you show how to get data from excel cell reference instead of hard codding?

  • @nitinchauhan409
    @nitinchauhan409 5 лет назад +1

    Hi, do we need to import classes everytime manually ? unlike in java , where we can import with help of Eclipse ?
    Thankyou

    • @myyoutubecontent2024
      @myyoutubecontent2024 4 года назад +1

      I don't know about Java, but in here we need to import every time for every file created

  • @sumantasen8136
    @sumantasen8136 4 года назад +1

    One generic question ,how much python knowledge required for selenium ,if I go with selenium and python bez python is quite easy compare to java

    • @fatema-tuj-juhura3852
      @fatema-tuj-juhura3852 4 года назад +1

      basic python knowledge. as like....class/object/variables/parameter. you can watch 4 hr python basic tutorial course by Mosh

    • @sumantasen8136
      @sumantasen8136 4 года назад +1

      @@fatema-tuj-juhura3852 thanks for the reply

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

    Hi how to handle pa_he-slection options

  • @cherryfer9362
    @cherryfer9362 5 лет назад +2

    what Python compiler GUI in your presentation are you using? :) to code

    • @moazelsawaf2000
      @moazelsawaf2000 5 лет назад

      If you mean the IDE he is using, it's called PyCham

  • @o_comentador_aleatorio
    @o_comentador_aleatorio 4 года назад

    I need to input a new option em select. How i do it?

  • @farihahossain7474
    @farihahossain7474 3 года назад

    My website dropdown has a comment box. if I write any word like "A" Or any word it will show the all First latter "A" dropdown list. I try to write your code and also watch many videos but the code gives me an error .please help me

  • @Zack-ni3vz
    @Zack-ni3vz 3 года назад

    i received this error :
    selenium.common.exceptions.UnexpectedTagNameException: Message: Select only works on elements, not on

  • @singhvimarblestone1400
    @singhvimarblestone1400 4 года назад

    Hello How to Select Multiple Checkbox From Drop Down Menu Please Provide One Video Regarding on already video please share the Link Thank You

  • @elmehdibachir8666
    @elmehdibachir8666 4 года назад +1

    thank youuuuu

  • @imanidiot6762
    @imanidiot6762 4 года назад

    what about using webbot?

  • @TharunS-c9d
    @TharunS-c9d Год назад

    if webelement.tag_name.lower() != "select":
    ^^^^^^^^^^^^^^^^^^^
    AttributeError: 'NoneType' object has no attribute 'tag_name'
    I am getting the above error. How to resolve this

  • @lokeshramanaboina3574
    @lokeshramanaboina3574 3 года назад

    That was a good video, but anybody knows how to see the drop down list in video and user selecting the particular option in drop down and clicking it, i tried time.sleep but not working in python with selenium

  • @anuzravat
    @anuzravat 4 года назад +1

    Din't worked for me😢

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

    this site is not working

  • @sharmajientertainment373
    @sharmajientertainment373 3 года назад

    Sir pls help me

  • @konstantinv3792
    @konstantinv3792 5 лет назад +1

    Сразу дизлайк за двойную рекламу

  • @kmraks7348
    @kmraks7348 3 года назад

    Tmko v nhi aata h..sikho r v approach r sikhao

  • @ShortVine
    @ShortVine 5 лет назад +3

    thank u for this tuts,
    you explained it very well