I want to automation one login page (web-view) for an ios application, i can locate the ID of the username and password field but when i am using the driver.elementById() it shows no such element found. Does any one have any idea about this.
I am using mocha and chai.
can only access the element using className i.e driver.elementByClassName( 'UIATextField' ), but i guess which is not the correct way.