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

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -