Select Drop Down Values in Selenium Python - Part 4

preview_player
Показать описание
In this video, I have explained how to select drop down values using Select class for select html tag based drop downs.

Learn:
--what is select_by_visible_text()
--what is select_by_index()
--What is select_by_value()
--is_multiple
--how to create generic methods for drop down selection
--how to select values from dropdown without using select class

~~~Subscribe to this channel, and press bell icon to get some interesting videos on Selenium and Automation:

Follow me on my Facebook Page:

Let's join our Automation community for some amazing knowledge sharing and group discussion on Telegram:

Paid courses (Recorded) videos:
Рекомендации по теме
Комментарии
Автор

Bhai you are helping the community. We are proud to have a mentor like you. I am not happy to see 280K subscribers. It should have been more than 1 M long ago. Please market it, you deserve to stand in shark tank india. You are giving more to the society right now than what we are giving to you. Bde bhai aap millions subscriber deserve krte ho

logicbaba
Автор

Hi Naveen i like your videos, plz make daily videos if possible bcz many persons are waiting your python automation videos.

narendrapin
Автор

Very informative videos! Each step explained with such clarity. Finally found something worth coming back to again and again for reference. Thank you Naveen!

ajiteshmane
Автор

Hi Naveen, I request you to include pytest pararmeterization and fixtures in this series.

panditnandlalpatherwali
Автор

Naveen bhai, your videos are very clear. Thanks for the videos.

MohamedAshikKamalBatcha
Автор

These videos are really helpful for my training.
Quick one - How to select value if dropdown is not Select Tag
Example : OrangeHRM demo page once we login, Employment Status field which is dropdown but not select Tag
"<div class="" data-v-2fe357a6=""><div class="oxd-select-wrapper" data-v-15ec1d6f=""><div class="oxd-select-text oxd-select-text--active" data-v-4acd865c="" data-v-15ec1d6f=""><div class="oxd-select-text-input" tabindex="0" data-v-4acd865c=""><i class="oxd-icon bi-caret-down-fill oxd-select-text--arrow" data-v-013b3fcc=""

shivanandashetty
Автор

Hi Naveen,
I have two groups in dropdown options like..
<optgroup label="Standard Fields">
<option value="email">Email</option>
<option
<option
<option
</optgroup>
<optgroup label="Custom Fields">
<option value="fields_text">Custom Text Fields</option>
<option value="fields_date">Custom Date Fields</option>
</optgroup>
How to select option form dropdown like email... I am sure you will surely help in this.
unable to select...please help

mharogaonthevillagelife
Автор

Hi Naveen, i was unable to join telegram! Is there any other way to join the telegram group ?

erickandel
Автор

Very use full. And how do compare the actual and expected dropdown lists?

attitudelove
Автор

Could you explain how css selectors work and what kind of them exist?

DanielWeikert
Автор

Sir how to select the 'SELECT' tag when the 'id' is dynamic and nothing unique is there to select?

vinayyadav
Автор

What if the web element is a search field and it delivers a list based on the fact what you typed in?

Kig_Ama
Автор

Hi Naveen,
Can you load above examples in your Github because I getting below error just want to compare my code what I am missing :
Error
File "C:/Users/ASHUTOSH SINGH/PycharmProjects/Selenium-Python-Practice/SelenuimSession/DropDownHandle.py", line 33, in <module>
for ele in dropDownOptionsList:
NameError: name 'dropDownOptionsList' is not defined

ashuiet
Автор

we can select the values from drop down without using select by this xpath

tejastoley