mirror of
https://github.com/appium/appium.git
synced 2026-04-26 05:18:53 -05:00
update example to use new hybrid exit strategy
This commit is contained in:
@@ -34,7 +34,7 @@ browser
|
||||
should.not.exist(err);
|
||||
el.text(function(err, text) {
|
||||
text.should.eql("I am a div");
|
||||
browser.frame(null, function() {
|
||||
browser.execute("mobile: leaveWebView", function() {
|
||||
browser.quit();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user