Skip to content

Create an easy way to add some custom methods on Navigator #96

@geb-bot

Description

@geb-bot

Originally created by Marcin Erdmann.

In my test I quite often do:

button.displayed & !button.disabled

It would look much better if I could add a method on all Navigator objects like:
boolean isVisibleAndEnabled() {
displayed & !disabled
}

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions