One framework for testing web and native applications.
Bring vision to your code and test your web and native applications with one framework – by automating operating systems instead of applications.
beforeEach() => {
aui = askui.startRunner('Chrome','Firefox','iOS','Android');
})
aui.findFirst('textfield').rightOf('icon','user','avatar').type('John');
aui.findFirst('textfield').nearestOf('Password').type('SafePassword123');
aui.findButton('Login').click();
aui.expect().text('successful').isVisible();