appium-safari-driver icon indicating copy to clipboard operation
appium-safari-driver copied to clipboard

Safari browser support for Appium

Results 8 appium-safari-driver issues
Sort by recently updated
recently updated
newest added

Bumps [conventional-changelog-conventionalcommits](https://github.com/conventional-changelog/conventional-changelog/tree/HEAD/packages/conventional-changelog-conventionalcommits) from 7.0.2 to 8.0.0. Release notes Sourced from conventional-changelog-conventionalcommits's releases. conventional-changelog-conventionalcommits: v8.0.0 ⚠ BREAKING CHANGES Node >= 18 is required conventional-recommended-bump: new Bumper exported class (#1218) cleanup presets...

dependencies

Bumps [chai](https://github.com/chaijs/chai) from 4.4.1 to 5.1.1. Release notes Sourced from chai's releases. v5.1.1 What's Changed Set up ESLint for JSDoc comments by @​koddsson in chaijs/chai#1605 build(deps-dev): bump ip from 1.1.8...

dependencies

I use the driver to perform tests on the Safari browser, but the tests fail when I try to use `WebElement#isDisplayed()`. Please see the logs below. All the relevant information...

I have setup Appium project in java which uses appium-safari-driver to automate web page. I have noticed that it's not able to click on elements. For example: If I am...

Hello, I am using the SafariDriver to run tests remotely on a WebApp using Appium, Selenium and Pytest. The tests work without issues while running them on Windows (Chrome, Firefox,...

Bumps [rimraf](https://github.com/isaacs/rimraf) from 5.0.9 to 6.0.1. Changelog Sourced from rimraf's changelog. 6.0 Drop support for nodes before v20 Add --version to CLI 5.0 No default export, only named exports 4.4...

dependencies

I tried to write test with SafariDriver I got modal window like "site ask about your geolocation", but idk how to skip it I tried: capabilities.set_capability('safariAllowPopups', False) capabilities.set_capability('safariIgnoreFraudWarning', False) capabilities.set_capability('locationServicesEnabled',...

I'm using a python client of `selenium`, and registered the iOS device through a Selenium Node, and relaying the the commands to an Appium server through the `relay` configuration of...