Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add a guide for the simulated location #2321

Merged
merged 4 commits into from
Feb 8, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update location.js
  • Loading branch information
KazuCocoa committed Feb 8, 2024
commit f5b3e769fe702215fcaa4cc739a70ea15a9212b5
5 changes: 2 additions & 3 deletions lib/commands/location.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,8 @@ export default {
`Location service must be set to 'Always' in order to ` +
`retrieve the current geolocation data. Please set it up manually via ` +
`'Settings > Privacy > Location Services -> WebDriverAgentRunner-Runner'. ` +
`Newer simulator environment may not have the settings item. Please use ` +
`'mobile:getSimulatedLocation'/'mobile:setSimulatedLocation' commands to ` +
`simulate locations instead.`,
`Or please use 'mobile:getSimulatedLocation'/'mobile:setSimulatedLocation' commands ` +
`to simulate locations instead.`,
);
}

Expand Down
Loading