I am having trouble using the 'Extract data from web page' action on a site that has an iFrame.
I have scraped data from other web sites with PAD that have an iFrame, but this one I cannot seem to figure out.
Is it possible to extract elements such as the job titles, job URLs, and location from this site?
If not, are there any alternatives?
Example: https://www.cityfm.us/opportunities/
PAD Flow:

Copy/Paste PAD workflow:
WebAutomation.LaunchChrome.LaunchChrome Url: $'''https://www.cityfm.us/opportunities/''' WindowState: WebAutomation.BrowserWindowState.Normal ClearCache: False ClearCookies: False Timeout: 60 BrowserInstance=> Browser
WAIT 1
WebAutomation.ExtractData.ExtractSingleValue BrowserInstance: Browser ExtractionParameters: {[$'''html > body > div:eq(0) > div:eq(0) > div:eq(1) > div > div > div > div > div > p:eq(0) > iframe > html > body > div:eq(0) > form > table > tbody > tr:eq(2) > td > div[class=\"gnewtonCareerGroupRowClass\"] > div:eq(0) > a''', $'''Own Text''', $''''''] } ExtractedData=> JobsTable