-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Delay on filling field values #98
Comments
Hi @a6run, The issue you described is working fine for me. Running Best regards, |
Hi @cristii006 @a6arun , PS C:\Users\padmeshp\PycharmProjects\EMSProject> robot loginTest.robot
|
I have used remoteSwing library for automating the jnlp application. I am facing delay on inputting values in the fields.
Its taking around 12 second to input on each field.
The keyword I have used is "Type Into Textfield ${identifier} value
I used "RemoteSwingLibrary.List Components In Context formatted" to list the java swing components.
Could you please suggest a method to overcome this delay issue?
The text was updated successfully, but these errors were encountered: