Edgars Eglītis

Results 52 comments of Edgars Eglītis

It looks like there's quite a mess here when it comes to driver and plugin paths: `C:\Users\HNavane\AppData\Roaming\npm\node_modules\appium` `C:\Users\hnavane.appium\node_modules@appium\images-plugin` `C:\Users\hnavane.appium\node_modules\appium-dashboard` `C:\Users\hnavane\node_modules@appium\base-driver` Even assuming that there's some symbol escaping and `hnavane.appium` is...

Also, please ensure you are following the [Appium Java client compatibility table](https://github.com/appium/java-client?tab=readme-ov-file#compatibility-matrix). Selenium `4.18.1` is not compatible with Java client `8.5.1`.

I don't think it is the main reason, I just see that multiple plugins are attempting to handle the same functionality: ``` [AppiumDriver@57f7] Plugins which can handle cmd 'findElements': device-farm,appium-dashboard,images...

I would like to bring this issue up again, because I'm still not sure if the problem comes from Google or UiA2. I've prepared a bunch of dimension data retrieved...

Thanks, I remember seeing this issue (Google is really taking their time with 2.3.0...). The main reason I posted all this info is to highlight if perhaps anything here is...

Why does extending the `/status` endpoint require a plugin? As long as the server returns the `ready` and `message` fields in the response, it already fits the spec, and adding...

The format used by Selenium Grid is not relevant here, I only mentioned it as an example, in the case that it does fit the spec. Any changes to conform...

``` { "ready": true or false "message": "current string", "sessions": {the same body with /sessions} } ``` Yes, this is basically what I was thinking of. The `ready` and `message`...