We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need to navigate to a certain module very often. This usually consists of:
{"action": "see", "text": "List"}, {"action": "click", "link": "List"}, {"action": "openPageTreePath", "path": ["Congratulations"]}, {"action": "switchToContentFrame"},
if will currently fail
in many cases we also need to navigate to a submodule, i.e.
{"action": "see", "text": "Reports"}, {"action": "click", "link": "Reports"}, {"action": "switchToContentFrame"}, {"action": "waitForText", "text": "Reports"}, { "action": "selectOption", "select": "select.t3-js-jumpMenuBox", "option": "Installed Services" },
The text was updated successfully, but these errors were encountered:
[FEATURE] Navigate directly to a backend module
93ed637
solves #232
related #185
Sorry, something went wrong.
7f15478
fix tests solves #232
[FEATURE] Navigate directly to a backend module (#233)
52ad69f
* [FEATURE] Navigate directly to a backend module solves #232 * [FEATURE] Navigate directly to a backend module fix tests solves #232 Co-authored-by: lina.wolf <[email protected]>
linawolf
No branches or pull requests
We need to navigate to a certain module very often. This usually consists of:
if will currently fail
in many cases we also need to navigate to a submodule, i.e.
The text was updated successfully, but these errors were encountered: