Skip to content

Keywords that are passed as keyword arguments are not recognized as being used #17

@karlascholz-hcom

Description

@karlascholz-hcom

Example:

Retry Until True
    [Arguments]    ${condition}
    ImportLibraries.Wait Until Keyword Succeeds    5s    0.5s    Check If True    ${condition}

Check If True
    [Arguments]  ${condition}
    BuiltIn.Should Be True    ${condition}

Check If True is displayed as unused in the RoboView monitor:

Image

Metadata

Metadata

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