Skip to content

Instantly share code, notes, and snippets.

@redgeoff
Created March 2, 2022 18:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save redgeoff/c4262aa91c011e16ac836bfed9c0328c to your computer and use it in GitHub Desktop.
Save redgeoff/c4262aa91c011e16ac836bfed9c0328c to your computer and use it in GitHub Desktop.
Click Element When Ready
Click Element When Ready Inner
[Arguments] ${locator}
Wait Until Element Ready ${locator}
${element}= Get WebElement ${locator}
Click Element ${element}
[Return] ${element}
Click Element When Ready
[Arguments] ${locator}
Wait Until Keyword Succeeds 3 1s Click Element When Ready Inner ${locator}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment