What is WebElement In Selenium WebDriver

Опубликовано: 27 Июль 2021
на канале: Automation Testing
3,047
16

In this quick tutorial let's understand what is WebElement in Selenium WebDriver. In any web page there will be many fields like input, dev, button, links etc., Each field is represented in HTML Document as HTML Element/node. We have to get this HTML element/node as WebElement in selenium webdriver. HTML element is represented into WebElement interface in selenium. Once we got the HTML Element into WebElement, then we can perform any operation/action on it.

Subscribe to this channel for more Selenium Videos and don't forget to the press bell icon
=========================================================================
   / nandhis  
=========================================================================

Selenium Webdriver architecture    • Selenium Webdriver Architecture Tutor...  
Install selenium Webdriver    • How To Install Selenium WebDriver For...  
Install selenium Webdriver Maven    • How To Install Selenium WebDriver For...  
Different browser Controllers    • Different Browser Controllers In Sele...  
Difference between get() vs navigate().to()    • How To Open Browser and Application U...  
Difference between close() vs quit()    • Difference Between driver.close vs dr...  
How to handle dropdown    • How To Select Dropdown Value In Selen...  
4 Alternate ways to sendkeys() method    • Alternate Ways For sendKeys Method In...  
First script using Firefox Browser    • How To Write First Selenium Test Case...  
First script using Chrome Browser    • How To Write First Selenium Test Case...  
Webdriver manager    • What Is WebDriver Manager In Selenium...  
Bootrap Dropdown    • How To Handle Bootstrap Dropdown In S...  
Dynamic WebTable    • How To Handle Dynamic WebTable In Sel...  
Broken Links    • How To Find Broken Links In Selenium ...  
Multiple Windows    • How To Handle Multiple Windows In Sel...  
IFrame    • How To Handle Frames In Selenium WebD...  
Nested iFrames    • How To Handle Nested iFrames In Selen...  
getAttribute()    • getAttribute() Method In Selenium Web...  
Scroll up & down    • How to Scroll Down or Up using Seleni...  
Scroll Horizontally    • How To Scroll Horizontally Using Sele...  
ToolTip    • TootlTip Verification In Selenium Web...  
Java15 and selenium3    • Java15 and Selenium3 Trial Demo | Sel...  
PageLoadingStrategy    • Page Loading Strategy In Selenium Web...  
What is WebElement    • What Is WebElement In Selenium WebDri...  
Locators in Selenium - Id    • Locators In Selenium WebDriver - Part...  
Locators in Selenium - name    • Locators In Selenium WebDriver - Part...  
Locators in Selenium - className    • Locators In Selenium WebDriver - Part...  
Locators in Selenium - tagName    • Locators In Selenium WebDriver - Part...  
Locators in Selenium - LinkText & PartialLinkText    • LinkText and PartialLinkText Locators...  
Locators in Selenium - Xpath    • Dynamic XPath In Selenium WebDriver |...  
Generate Dynamic XPath -    • How To Generate Dynamic XPath in Sele...  

=========================================================================

~~~~ Thanks For Watching ~~~~

=========================================================================

#WhatIsWebElement #Selenium #WebDriver