-
-
Notifications
You must be signed in to change notification settings - Fork 52
⭐ New feature: Add Navigate commands for AndroidDriver #949
Copy link
Copy link
Open
Labels
⭐ goal: additionAddition of new featureAddition of new feature🏁 status: ready for devReady for workReady for work🏷 status: label work requiredNeeds proper labelling before it can be worked onNeeds proper labelling before it can be worked on
Milestone
Metadata
Metadata
Assignees
Labels
⭐ goal: additionAddition of new featureAddition of new feature🏁 status: ready for devReady for workReady for work🏷 status: label work requiredNeeds proper labelling before it can be worked onNeeds proper labelling before it can be worked on
Type
Projects
Status
⚡ Planned
📗 Description of the new feature request?
Android Navigating commands - driver.navigate().to(),driver.navigate().back(), driver.navigate().forward(), etc should be supported in the framework.
🚧 Scenario where this would be used?
Supporting these commands in the framework could allow to easily navigate back(), forward() in the application easily in case the relevant buttons are not working.
💁 Supporting information
No response