We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 722b9dd + 358307a commit 62e03b8Copy full SHA for 62e03b8
1 file changed
sample-code/examples/node/ios-webview.js
@@ -44,7 +44,7 @@ describe("ios webview", function () {
44
it("should get the url", function () {
45
return driver
46
.elementByXPath('//UIATextField[@value=\'Enter URL\']')
47
- .sendKeys('https://www.google.com')
+ .sendKeys('www.google.com')
48
.elementByName('Go').click()
49
.elementByClassName('UIAWebView').click() // dismissing keyboard
50
.context('WEBVIEW')
0 commit comments