Erwin Heitzman
Erwin Heitzman
@christian-bromann let's get the linting fixed (spaces vs tabs issue?) and hopefully the team will look at this :)
You can ignore the NodeJS mention really, the most important part is that the MockDoc assigns the the MockHTMLElement while instead there should probably be a MockHTMLUListElement and a similar...
Regarding it being a bug or a feature request, I believe that this isn't working while the usecase is completely valid as it belongs to the web standards and isn't...
@theo-staizen I think it's a great suggestion, however I will have to discuss with the team if the suggested change will be implemented or not.
Why do we need a double escape in the string? (I mean the `\\[` and `\\]`)
> Why do we need a double escape in the string? (I mean the `\\[` and `\\]`) Apparently this is needed, I just checked as I found it odd. It's...
> The same happens with waitForClickable() This is logical because it uses `isClickable` under the hood. Regarding the functionality, I notice you are using [`appium-android-driver` https://github.com/appium/appium-android-driver](https://github.com/appium/appium-android-driver) which is deprecated and...
It might use it under the hood then? It clearly shows both tools in this line: ``` at AndroidUiautomator2Driver.execute (/Users/emilio.duarte/Documents/QuadPay/mobile-app-auto-tests/node_modules/appium/node_modules/appium-android-driver/lib/commands/execute.js:14:11) ```
So this makes me pretty confident that the problem is not with WebdriverIO but instead it seem to be the driver or perhaps Appium. I could still be wrong but...
I had the same assumption as @wswebcreation that `UIAutomator2` seems to be using `appium-android-driver` under the hood. I think this issue can be closed as the command is not available...