Robot Framework | Collections | List

Опубликовано: 15 Май 2026
на канале: Tech Made Me Lazy
376
6

List related functionalities
Creating List:
Create List

Updating List:
Append to list
Insert into list
Set list value
Combine lists
Sort list
Reverse list

Extracting From List:
Count values in list
Get from list
Get index from list
Get slice from list
Convert to list
Copy list

Deleting From List:
Remove from list
Remove values from list

List Assertions:
List should contain sub list
List should contain value
List should not contain value
List should not contain duplicates
Lists should be equal

Others:
Log List