appium / appium-mac2-driver

Next-gen Appium macOS driver, backed by Apple XCTest
Apache License 2.0
115 stars 24 forks source link

Are 'mobile: swipe' and 'mobile: deepLink' correctly prefixed or should they be 'macos: swipe' and 'macos: deepLink'? #302

Open TestCentricity opened 1 month ago

TestCentricity commented 1 month ago

Seeking clarification of potential typos or cut-and-paste errors in README.md file.

Are mobile: swipe and mobile: deepLink correctly prefixed or should they be macos: swipe and macos: deepLink? All other platform specific extension are prefixed with macos: <methodName>, so prefixes with mobile: are inconsistent with naming conventions.

mykola-mokhnach commented 1 month ago

you are right. They should be prefixed with macos. It's a copypaste mistake

mykola-mokhnach commented 1 month ago

would you like to create a PR and fix them?