Cannot get "Extract Data From Web Page" to extract 2 elements from ALL rows in an html table
Note: This method works only when table rows and columns are static (Not values)
Follow the steps below
WebAutomation.LaunchEdge.LaunchEdge Url: $'''https://rpademo.automationanywhere.com/itbricks_enroll.php''' WindowState: WebAutomation.BrowserWindowState.Maximized ClearCache: False ClearCookies: False WaitForPageToLoadTimeout: 60 Timeout: 60 PiPUserDataFolderMode: WebAutomation.PiPUserDataFolderModeEnum.AutomaticProfile BrowserInstance=> Browser
WebAutomation.ExtractData.ExtractTable BrowserInstance: Browser Control: $'''html > body > form > center > table > tbody > tr''' ExtractionParameters: {[$'''th:eq(0)''', $'''Own Text''', $'''''', $'''Value #1'''], [$'''td:eq(0)''', $'''Own Text''', $'''''', $'''Value #2'''] } PostProcessData: True TimeoutInSeconds: 60 ExtractedData=> DataFromWebPage
WebAutomation.CloseWebBrowser BrowserInstance: Browser