Edgars Eglītis
Edgars Eglītis
@NirupaBox we do not support Appium 1 anymore. Please change your BrowserStack session configuration to use Appium 2. [I assume this is the relevant documentation.](https://www.browserstack.com/docs/app-automate/appium/set-up-tests/set-appium-version)
This driver is not supported anymore. Consider switching to [appium-mac2-driver](https://github.com/appium/appium-mac2-driver).
Good point, I was not aware of that. Then I guess there's only the session info endpoint left?
Hmm.... I am inclined to agree on both points here. Current `/sessions` can indeed be treated a security issue, and if `/status` does get called often, it is definitely beneficial...
I assume this requires migrating to ESLint's new flat config.
[It does already say this in the Installation part](http://appium.io/docs/en/latest/quickstart/install/). Or is there another page you were thinking of?
Thanks, I see what you mean and I fully agree that this should be clarified.
This information has since been added to the XCUITest documentation: https://appium.github.io/appium-xcuitest-driver/latest/guides/troubleshooting/#simulator-resetting
I wonder if it's even possible to improve the current mac2 driver integration. Right now I believe it does take a screenshot of the entire screen, but this is because...
* `normalize-url` 7.0.3 is included in `cacheable-request` 8.0.1 * `cacheable-request` v8 (actually v10) is included in `got` 12.5.0 * `got` 12.5.0 (actually 12.6.1) is included in `webdriver` 8.10.6 Seems like...