selenium webdriver - passing element id as parameter in appium -



selenium webdriver - passing element id as parameter in appium -

i new appium , trying android hybrid app testing java. possible pass xyz in below illustration parameter method , how it?

eg: dr.findelementbyandroiduiautomator("uiselector().text(xyz)").click();

also please point me out articles related topic.

yes, if want pass text field can utilize method sendkeys(); that.

selenium-webdriver appium android-testing

Comments