Modifier and Type | Method and Description |
---|---|
MobileElement |
ScrollsTo.scrollTo(String text)
Scroll to an element which contains the given text.
|
MobileElement |
ScrollsTo.scrollToExact(String text)
Scroll to an element with the given text.
|
Modifier and Type | Class and Description |
---|---|
class |
AndroidElement |
Modifier and Type | Method and Description |
---|---|
MobileElement |
AndroidDriver.scrollTo(String text)
Scroll forward to the element which has a description or name which contains the input text.
|
MobileElement |
AndroidDriver.scrollToExact(String text)
Scroll forward to the element which has a description or name which exactly matches the input text.
|
Modifier and Type | Method and Description |
---|---|
protected MobileElement |
JsonToAndroidElementConverter.newMobileElement() |
Modifier and Type | Method and Description |
---|---|
protected abstract MobileElement |
JsonToMobileElementConverter.newMobileElement() |
Modifier and Type | Class and Description |
---|---|
class |
IOSElement |
Modifier and Type | Method and Description |
---|---|
MobileElement |
IOSElement.scrollTo(String text)
Scroll to the element whose 'text' attribute contains the input text.
|
MobileElement |
IOSDriver.scrollTo(String text)
Scroll to the element whose 'text' attribute contains the input text.
|
MobileElement |
IOSElement.scrollToExact(String text)
Scroll to the element whose 'text' attribute matches the input text.
|
MobileElement |
IOSDriver.scrollToExact(String text)
Scroll to the element whose 'text' attribute is equal to the input text.
|
Modifier and Type | Method and Description |
---|---|
protected MobileElement |
JsonToIOSElementConverter.newMobileElement() |
Copyright © 2014. All rights reserved.