0

I am using keyword 'Wait Until Element Is Visible' but need to change the default timeout from 5s to 10s.

Wait Until Element Is Visible | Locator| 10

Getting error: Element ' Locator ' not visible after 5 seconds.

Chits
  • 41
  • 6
  • Are you using SeleniumLibrary? I can't reproduce your problem. When I change the value to 10, the keyword waits for 10 seconds as documented. – Bryan Oakley Jun 29 '19 at 16:27
  • Thanks for responding. It is working as expected when I use "Wait Until Element Is Visible | Locator| timeout=10" – Chits Jul 01 '19 at 06:53

1 Answers1

0

To change the timeout, used:

Wait Until Element Is Visible | Locator| timeout=10
peterh
  • 11,875
  • 18
  • 85
  • 108
Chits
  • 41
  • 6