Send Keys or Set Text

This is NOT a wait of 20 sec. waitForPageLoad not really waiting for the page to finish loading - #2 by Russ_Thomas

Try add a WebUI.delay(10) before the setText step for testing.
Also, move your waitForElementVisible before the setText

1 Like