Skip to content

Extend keyword arguments with dicts, *args and **kwargs #29

@MarvKler

Description

@MarvKler

You can pass the data (row content) directly with the keyword argument without specifying variables before in robotframework

Example:
@Keyword(tags=['Writer'])
def insert_row(
self,
row_index: int,
/,
*row_data: Any,
header: bool = True, #header entfernen
#**named_row_data: Any
) -> DataFrame:

Metadata

Metadata

Assignees

No one assigned

    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