Hi,
I have an odd error:
*** Settings ***
Library RPA.FTP
*** Test Case***
FTP Test
Connect user=Markus password=robot host=localhost
I always get an authentication exception. When debugging, I realized that password value is always empty. Is it some kind of security thing? When I set password during debugging, it works.
Somewhere in the caller is error message claiming, that password is an unknown attribute.
What am I missing?
Used lib: rpaframework 6.6 & 6.7.2