angular2 nativescript - Where are the docs for Appium JavaScript for method descriptions? -
i'm looking @ api here: https://github.com/admc/wd/blob/master/doc/api.md
but i'm confused things like:
element(using, value, cb) -> cb(err, element) elementbyclassname(value, cb) -> cb(err, element) elementbycssselector(value, cb) -> cb(err, element) elementbyid(value, cb) -> cb(err, element) elementbyname(value, cb) -> cb(err, element) elementbylinktext(value, cb) -> cb(err, element) elementbypartiallinktext(value, cb) -> cb(err, element) elementbytagname(value, cb) -> cb(err, element) elementbyxpath(value, cb) -> cb(err, element) elementbycss(value, cb) -> cb(err, element) elementbyiosuiautomation(value, cb) -> cb(err, element) elementbyandroiduiautomator(value, cb) -> cb(err, element) elementbyaccessibilityid(value, cb) -> cb(err, element)
these selectors available finding element on page. each of them do?
for example, elementbyaccessibilityid
? i'm doing nativescript , of these aren't available apparently, elementbycssselector
. can read more?
Comments
Post a Comment