Skip to content
This repository was archived by the owner on Mar 5, 2026. It is now read-only.
This repository was archived by the owner on Mar 5, 2026. It is now read-only.

Create action to easily navigate to a module #232

@linawolf

Description

@linawolf

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

  • if you are not in main frame
  • if the current frame has no main frame (after goToRecord or after frontend screenshot)
  • if the current module link is hidden because the module menu section (i.e. Admin Tools) is collapsed

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"
},

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions