Hello,
I'm using remoteswinglibrary 2.3.3 with Python 3.12.6 on Windows 10. I have many warnings like this :
C:\Users\Public\se_Robotframework\Python312\site-packages\remoteswinglibrary-2.3.3.jar\RemoteSwingLibrary.py:284: SyntaxWarning: invalid escape sequence '$'
C:\Users\Public\se_Robotframework\Python312\site-packages\remoteswinglibrary-2.3.3.jar\RemoteSwingLibrary.py:286: SyntaxWarning: invalid escape sequence '$'
C:\Users\Public\se_Robotframework\Python312\site-packages\remoteswinglibrary-2.3.3.jar\swinglibrary.py:233: SyntaxWarning: invalid escape sequence '`'
C:\Users\Public\se_Robotframework\Python312\site-packages\remoteswinglibrary-2.3.3.jar\swinglibrary.py:240: SyntaxWarning: invalid escape sequence '`'
...
Keywords are working good but how can I get rid of theses warnings ? I have a tools that monitor all logs/error and it alert me about flood of warnings.
Thank you.