AppiumBy class

Constructors

AppiumBy(String using, String value)
const
AppiumBy.accessibilityId(String accessibilityId)
Returns an element matching a accessibility identifier.
const
AppiumBy.classChain(String classChain)
Returns an element matching a class chain.
const
AppiumBy.className(String className)
Returns an element whose class name contains the search value; compound class names are not permitted
const
AppiumBy.cssSelector(String cssSelector)
Returns an element matching a CSS selector.
const
AppiumBy.custom(String custom)
const
AppiumBy.datamatcher(String datamatcher)
Returns an element matching a datamatcher.
const
AppiumBy.id(String id)
Returns an element whose ID attribute matches the search value.
const
AppiumBy.image(String image)
Input is base 64 encoded string
const
AppiumBy.linkText(String linkText)
Returns an anchor element whose visible text matches the search value.
const
AppiumBy.name(String name)
Returns an element whose NAME attribute matches the search value.
const
AppiumBy.partialLinkText(String partialLinkText)
Returns an anchor element whose visible text partially matches the search value.
const
AppiumBy.predicateString(String predicateString)
Returns an element matching a predicate string.
const
AppiumBy.tagName(String tagName)
Returns an element whose tag name matches the search value.
const
AppiumBy.uiautomator(String uiautomator)
Returns an element matching a uiautomator.
const
AppiumBy.viewmatcher(String viewmatcher)
Returns an element matching a viewmatcher.
const
AppiumBy.viewtag(String viewtag)
Returns an element matching a viewtag.
const
AppiumBy.xpath(String xpath)
Returns an element matching an XPath expression.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
using String
finalinherited
value String
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, String>
inherited
toString() String
A string representation of this object.

Operators

operator ==(Object other) bool
The equality operator.
inherited