Dynamic Image next to password field

Is there chance there will be a dynamic image next to the password field?

If you are using the "Insert Password" advanced command to insert a password into a field that is adjacent to a dynamic image (a changing image), there is a chance that the next time you run the wizard the Robot won't identify the password field correctly. Such incorrect identification might cause the Robot to insert the password in a visible mode or in the username field.

To eliminate such possible miss-identification cases, you can consider the following configuration:

  • Open the appSettings.config file and add the following parameter:

    <add key="ValidatPasswordInDynamicPage" value="true"/>

    • False value → the Robot doesn't support pages with dynamic images

    • True value → the Robot supports pages with dynamic content

We recommend to set the value to True only if your process contains such end-case. If not, there is no need to insert the parameter at all.