detox
Version:
E2E tests and automation for mobile
23 lines (17 loc) • 327 B
JavaScript
/**
This code is generated.
For more information see generation/README.md.
*/
class UiAutomator {
static uiDevice() {
return {
target: {
type: "Class",
value: "com.wix.detox.uiautomator.UiAutomator"
},
method: "uiDevice",
args: []
};
}
}
module.exports = UiAutomator;