Skip to content

Instantly share code, notes, and snippets.

@redgeoff
Created March 2, 2022 18:59
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/9ec24c05e77ad5be292df952d3cd48e6 to your computer and use it in GitHub Desktop.
Save redgeoff/9ec24c05e77ad5be292df952d3cd48e6 to your computer and use it in GitHub Desktop.
Get Child WebElements
Get Child WebElements
[Arguments] ${locator} ${child_xpath}
${element} Get WebElement ${locator}
${children} Call Method
... ${element}
... find_elements
... by=xpath value=.${child_xpath}
[Return] ${children}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment