Skip to content

AppiumWebElement

This is a JavaScript wrapper for AppiumWebElement of AppiumDotNet library.
https://github.com/appium/appium-dotnet-driver

Action Summary

Action Description
Clear
Click
FindElementByAccessibilityId
FindElementByAndroidUIAutomator
FindElementByClassName
FindElementByCssSelector
FindElementById
FindElementByIosUIAutomation
FindElementByLinkText
FindElementByName
FindElementByPartialLinkText
FindElementByTagName
FindElementByXPath
FindElementsByAccessibilityId
FindElementsByAndroidUIAutomator
FindElementsByClassName
FindElementsByCssSelector
FindElementsById
FindElementsByIosUIAutomation
FindElementsByLinkText
FindElementsByName
FindElementsByPartialLinkText
FindElementsByTagName
FindElementsByXPath
GetAttribute
GetCoordinates
GetCssValue
GetDisplayed
GetEnabled
GetHashCode
GetLocation
GetLocationOnScreenOnceScrolledIntoView
GetSelected
GetSize
GetTagName
GetText
SendKeys
SetImmediateValue
Submit

Action Detail

Clear

Clear() 

Click

Click() 

FindElementByAccessibilityId

FindElementByAccessibilityId(selector) 

Parameters:

Name Type Description
selector

FindElementByAndroidUIAutomator

FindElementByAndroidUIAutomator(selector) 

Parameters:

Name Type Description
selector

FindElementByClassName

FindElementByClassName(className) 

Parameters:

Name Type Description
className

FindElementByCssSelector

FindElementByCssSelector(cssSelector) 

Parameters:

Name Type Description
cssSelector

FindElementById

FindElementById(id) 

Parameters:

Name Type Description
id

FindElementByIosUIAutomation

FindElementByIosUIAutomation(selector) 

Parameters:

Name Type Description
selector

FindElementByLinkText

FindElementByLinkText(linkText) 

Parameters:

Name Type Description
linkText

FindElementByName

FindElementByName(name) 

Parameters:

Name Type Description
name

FindElementByPartialLinkText

FindElementByPartialLinkText(partialLinkText) 

Parameters:

Name Type Description
partialLinkText

FindElementByTagName

FindElementByTagName(tagName) 

Parameters:

Name Type Description
tagName

FindElementByXPath

FindElementByXPath(xpath) 

Parameters:

Name Type Description
xpath

FindElementsByAccessibilityId

FindElementsByAccessibilityId(selector) 

Parameters:

Name Type Description
selector

FindElementsByAndroidUIAutomator

FindElementsByAndroidUIAutomator(selector) 

Parameters:

Name Type Description
selector

FindElementsByClassName

FindElementsByClassName(className) 

Parameters:

Name Type Description
className

FindElementsByCssSelector

FindElementsByCssSelector(cssSelector) 

Parameters:

Name Type Description
cssSelector

FindElementsById

FindElementsById(id) 

Parameters:

Name Type Description
id

FindElementsByIosUIAutomation

FindElementsByIosUIAutomation(selector) 

Parameters:

Name Type Description
selector

FindElementsByLinkText

FindElementsByLinkText(linkText) 

Parameters:

Name Type Description
linkText

FindElementsByName

FindElementsByName(name) 

Parameters:

Name Type Description
name

FindElementsByPartialLinkText

FindElementsByPartialLinkText(partialLinkText) 

Parameters:

Name Type Description
partialLinkText

FindElementsByTagName

FindElementsByTagName(tagName) 

Parameters:

Name Type Description
tagName

FindElementsByXPath

FindElementsByXPath(xpath) 

Parameters:

Name Type Description
xpath

GetAttribute

GetAttribute(attributeName) 

Parameters:

Name Type Description
attributeName

GetCoordinates

GetCoordinates() 

GetCssValue

GetCssValue(propertyName) 

Parameters:

Name Type Description
propertyName

GetDisplayed

GetDisplayed() 

GetEnabled

GetEnabled() 

GetHashCode

GetHashCode() 

GetLocation

GetLocation() 

GetLocationOnScreenOnceScrolledIntoView

GetLocationOnScreenOnceScrolledIntoView() 

GetSelected

GetSelected() 

GetSize

GetSize() 

GetTagName

GetTagName() 

GetText

GetText() 

SendKeys

SendKeys(text) 

Parameters:

Name Type Description
text

SetImmediateValue

SetImmediateValue(value) 

Parameters:

Name Type Description
value

Submit

Submit()