@keyword("Change Horizontal Scroll To")
def change_horizontal_scroll_to(self, option: Literal[
"Left edge", "Right edge", "Page left", "Page right", "Scroll left", "Scroll right"]):
[ ERROR ] Error in library 'automated_testing.testing_library.action_library.ActionLibV2': Adding keyword 'change_horizontal_scroll_to' failed: 'Literal' does not accept parameters, 'Literal[Left edge, Right edge, Page left, Page right, Scroll left, Scroll right]' has 6.
Environment:
Python 3.8
My keyword:
The error in console:
Investigations: