When using Input Password I am getting 2 problems mentioned below.
Multiple keywords matching: ‘Input Password’ in ‘SeleniumLibrary’, ‘resource’.
Please provide the name with the full qualifier (i.e.: ‘SeleniumLibrary.Input Password’).
When using Input Password I am getting 2 problems mentioned below.
Multiple keywords matching: ‘Input Password’ in ‘SeleniumLibrary’, ‘resource’.
Please provide the name with the full qualifier (i.e.: ‘SeleniumLibrary.Input Password’).
Hi,
This is because you have two keywords “Input Password” named exactly the same.
Once is build by you in the resource file, the other is the default one from Seleniumlibrary, so Robot doesn’t know which one call/use (even if we could think to use Library one first).
You can precise by adding the library as a prefix, but I would suggest to use the selenium one and remove yours (which only use one argument and one call, and doesn’t hide pwd).
The ibrary keyword automatically switches log level None/Info to mask the password.
Regards.
Charlie
Hi Chandan,
In addition to what @CharlieScene said, FYI This isdocumented here 2.10.1 Handling keywords with same names in the manual.
Dave.