Turn out the successful test run in `cordova-plugin-geolocation` has the same
line with `alow` in it in line 146 the Appium logs - and all the lines before
it are identical to our failing test run.
There it results in this:
```
{
"screenshot": null,
"between_commands": 0.19422101974487305,
"suggestion_values": [],
"request": {
"using": "xpath",
"value": "//android.widget.Button[translate(@text, \"alow\",
\"ALOW\")=\"ALLOW\"]"
},
"HTTPStatus": 200,
"result": {
"ELEMENT": "1"
},
"suggestion": null,
"duration": 0.032217979431152344,
"path": "element",
"method": "POST",
"statusCode": 0,
"timelineSeconds": 18.396260023117065
},
```
And then the actual testing starts:
```
{
"screenshot": 1,
"between_commands": 0.6282658576965332,
"suggestion_values": [],
"request": {},
"HTTPStatus": 200,
"result": true,
"suggestion": null,
"duration": 3.1124610900878906,
"path": "element/1/click",
"method": "POST",
"statusCode": 0,
"timelineSeconds": 18.62269902229309
},
{
"screenshot": null,
"between_commands": 0.5536580085754395,
"suggestion_values": [],
"request": {
"name": "WEBVIEW_io.cordova.hellocordova"
},
"HTTPStatus": 200,
"result": null,
"suggestion": null,
"duration": 0.10723495483398438,
"path": "context",
"method": "POST",
"statusCode": 0,
"timelineSeconds": 22.363425970077515
},
...
```
So: Why is this failing for inappbrowser?
[ Full content available at:
https://github.com/apache/cordova-plugin-inappbrowser/issues/307 ]
This message was relayed via gitbox.apache.org for [email protected]