Selenium WebDriver Tutorial #18 - How to Handle Dropdown in Selenium - Part 2

Software Testing Mentor June 21, 2020
Video Thumbnail
Software Testing Mentor Logo

Software Testing Mentor

View Channel

About

Hi There 👋! Thanks for stopping by. My name is Manish Verma and this channel is created for you. I have created this channel to share the practical knowledge about Jira, Confluence, Software Testing, Test Automation, Testing Tools, Jenkins, Docker, GIT, Agile and many more topics. I teach with practical approach so all my tutorials will have in depth correlation of theory concepts with industry usage. My aim is to keep most of my courses FREE but I need to charge for some courses in order to sustain the costs associated with course production and hosting. 🔸 FREE Training's at https://training.rcvacademy.com 🔸 Please SHARE and SUBSCRIBE for latest courses and tutorials. Also, if you are passionate about creating Blog/Video Content on this channel and website, please don't hesitate to drop an email on: 📧 [email protected] All the best! Keep learning and keep sharing! Support my work, donate at - https://www.buymeacoffee.com/swtmentor Thank you!! Manish Verma

Video Description

Get all my courses for USD 5.99/Month - https://bit.ly/all-courses-subscription ⭐️ FREE Training's at https://training.rcvacademy.com ⭐️ In this Selenium Webdriver Tutorial we will learn How to Handle Dropdown in Selenium WebDriver, I will walk through with examples for handling multi-select dropdowns. In this part-2 of handling dropdown tutorial we will learn about following methods in Select class of Selenium WebDriver. ✅ selectByIndex(int index) - Select the option at the given index. ✅ selectByValue(java.lang.String value) - Select all options that have a value matching the argument. ✅ selectByVisibleText(java.lang.String text) - Select all options that display text matching the argument. ✅ deselectAll() - Clear all selected entries. ✅ deselectByIndex(int index) - Deselect the option at the given index. ✅ deselectByValue(java.lang.String value) - Deselect all options that have a value matching the argument. ✅ deselectByVisibleText(java.lang.String text) - Deselect all options that display text matching the argument. ✅ getAllSelectedOptions() Help me in spreading the knowledge, please hit LIKE, SHARE and SUBSCRIBE for latest tutorials. More tutorial playlists below: ❖JIRA BEGINNER TUTORIAL❖ http://bit.ly/jira-beginner-tutorial ❖JIRA WORKFLOW TUTORIAL❖ http://bit.ly/2EzKOEB ❖JIRA ADMINISTRATION TUTORIAL❖ http://bit.ly/36MPPFR ❖JIRA TUTORIAL INTERMEDIATE❖ http://bit.ly/Atlassian-JIRA-tutorials❖JIRA TUTORIALS❖ http://bit.ly/jira-tutorials ❖ZEPHYR TUTORIAL❖ http://bit.ly/zephyr-for-jira-tutorials ❖ SOAPUI TUTORIAL❖ http://bit.ly/Sopui-tutorial ❖ JSONPath TUTORIAL❖ http://bit.ly/2sIZIFG ❖ POSTMAN TUTORIAL❖ http://bit.ly/2PBbhI7 ❖ ISTQB AGILE TESTER CERTIFICATION TUTORIAL❖ http://bit.ly/istqb-agile-tester-certification ❖ ISTQB FOUNDATION LEVEL CERTIFICATION TUTORIAL ❖http://bit.ly/istqb-foundation-level-training ❖CUCUMBER SELENIUM TUTORIAL❖ http://bit.ly/cucumber-selenium-tutorial ❖TESTRAIL TUTORIAL❖ http://bit.ly/testrail-tutorial ❖AGILE TUTORIALS❖ http://bit.ly/agile-tutorials ❖PYTHON TUTORIALS❖ http://bit.ly/python-programming-tutorials ❖PYTHON BEHAVE TUTORIALS❖ http://bit.ly/python-behave-tutorial ❖PRACTITEST TUTORIAL❖ http://bit.ly/practitest-tutorial ❖JAVA TUTORIAL❖ http://bit.ly/2F1iL1B ❖ZEPHYR TUTORIAL❖ http://bit.ly/zephyr-for-jira-tutorials ❖ TRAININGS ON RCV ACADEMY PORTAL ❖ http://bit.ly/learn-practitest http://bit.ly/learn-jira-in-4-hours http://bit.ly/jira-beginner-training http://bit.ly/learn-confluence http://bit.ly/ISTQB-foundation-certification-training ❖ FOLLOW US ON TWITTER ❖ https://twitter.com/rcvacademy https://twitter.com/swtmentor https://twitter.com/mrmverma ❖ LIKE US ON FACEBOOK ❖ https://www.facebook.com/softwaretestingmentor https://www.facebook.com/rcvacademy47/ ❖ OUR TUTORIAL WEBSITES ❖ https://www.softwaretestingmentor.com https://www.rcvacademy.com ❖ GET MY TRAININGS ON UDEMY ❖ https://www.udemy.com/user/manish68/ #SeleniumTutorial #SeleniumTraining #TestAutomation #SeleniumWebDriverTutorial #SeleniumWebDriver #SoftwareTesting #RcvAcademy #SoftwareTestingMentor

You May Also Like