Harri Paavola
Harri Paavola
This can be used to scroll touch screens fairly easily. For example Android has bottom bar with right pointing triangle, circle and square. One could use any of those as...
Would a fix like this be acceptable? diff --git a/src/SeleniumLibrary/keywords/formelement.py b/src/SeleniumLibrary/keywords/formelement.pyindex 15ef612..ed38285 100644 --- a/src/SeleniumLibrary/keywords/formelement.py +++ b/src/SeleniumLibrary/keywords/formelement.py @@ -17,7 +17,7 @@ import os from typing import Optional, Union -from robot.libraries.BuiltIn...