Is there a way to get an element(as the button "Eidtar" in the example below) from an iFrame and click it using RPA?
Use the code below to get the process template. Notes: Website code may change, and some selectors may become invalid. This example is for reference only.
Share Code: fKjRxgKtjpJiM
1. Use the operation [Element] to extract the src attribute of this <iframe>, and save it to a variable(my_iframe).

2. Use the operation [Element] and choose "Stored element object" . Choose "my_iframe" and get the Child Element
3. Use the [Click] step to click the button.
