The URL of the demo project is given below where users can learn about these activities in a better manner.
Steps:
Open “Google.com“.
Use the Set Text activity to search for “w3 HTML Table” in the search field.
Click on the first link from the search results.
On the W3Schools webpage, wait for the “HTML Tables” element to appear.
Check if the table element exists:
If the table exists:
Display a message saying, “Table exists.”
Use the Find Children activity to retrieve the child elements of the table.
Loop through the child elements of the table and extract the text from each using the Get Text activity.
Display each extracted text in a message box.
If the table does not exist:
Throw an error.
Activities Used
“Open Browser, Maximize, Set Text, Send Hotkey, Find Element, Click, Element Appear, Element Exists, Decision, Throw Error, For Each, Get Text, Message Box”