How to Handle Dropdown in Selenium web driver|Selenium dropdown select java| Autosuggestion dropdown

Опубликовано: 30 Сентябрь 2024
на канале: Bhau-Automation Lab
614
49

#Static Dropdowns
#selenium webdriver tutorial
#selenium webdriver with java
#selenium drop down list select

Slenium Dropdown Select #Static-Drop-downs #Selenium Dropdowns #Select class #Automation Testing #Selenium

Selenium dropdown select |Test-Automation | Autosuggestion Drop-Downs Automation Testing | Selenium | Web Driver

In this video, I will mainly discuss how to select values, get selected values and get all values from the dropdown.

1.Dropdowns :-
i. Static Dropdowns :- Select tag and select class
ii.Dynamic Dropdowns
iii.AutosuggetionDropdowns

i.Static Dropdowns :- Select tag and select class
Different Select commands Select :-
1.selectByVisibleText - Syntax :- SelectObject.selectByVisibleText(“text”);
2.selectByIndex - Syntax :- SelectObject.selectByIndex(int);
3.selectByValue - Syntax :- SelectObject.selectByValue(“text”);


Multiple option selection Static Dropdowns

Different select commands deSelect :-
4.deselectByVisibleText - Syntax :- SelectObject.deselectByVisibleText(“text”);
5.deselectByIndex - Syntax :- SelectObject.deselectByIndex(int);
6.deselectByValue - Syntax :- SelectObject.deselectByValue(“text”);
7.deselectAll(); - Syntax :- deselectAll();

Selenium Introduction -    • Selenium Tutorial For Beginners||What...  
Selenium all software installation Process -    • How To Install Selenium Webdriver For...  
Selenium Eclipse project creation and jar configuration -   • Eclipse jar configuration || add jar ...  
Selenium Run launch Automation script -    • Eclipse installation || eclipse java ...  
Selenium WebDriver basic methods part -1 -   • Selenium Web driver Methods || seleni...  
Selenium WebDriver basic methods part -2 -   • Webdriver methods selenium || webdriv...  
Selenium basic XPath Creation - Basic XPath creation and first automation program.



#Web Driver #Test-Automation #Autosuggestion dropdowns #Dropdwons