Hey Rupali, some of the most commonly used WebElement commands in Selenium Webdriver are:
- 
clear() : void
 
- 
sendKeys(CharSequence? KeysToSend) : void
 
- 
click() : void  
 
- 
isDisplayed() : boolean  
 
- 
isEnabled() : boolean  
 
- 
isSelected() : boolean 
 
- 
submit() : void 
 
- 
getText() : String 
 
- 
getTagName() : String  
 
- 
getCssvalue() : String 
 
- 
getAttribute(String Name) : String  
 
- 
getLocation() : Point