Skip to content

[TODO] Ensure RSItemHelper works  #21

@GigiaJ

Description

@GigiaJ
public static boolean clickMatch(RSItem item, String regex){
    return item.doAction((Filter<RSMenuNode>) rsMenuNode -> {
        String action = rsMenuNode.getAction();
        return action != null && action.matches(regex);
    });
}

Predicate handling could be wrong

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions