Hi
I am trying to scrape multiple pages from this "https://www.portofaden.net/en/ship-traffic-job/index?page=14" website. I get the first page, but despite hitting set page as element i dont get anything more. Below is the "code" if you can say and the screen from the app.

WebAutomation.LaunchChrome.LaunchChrome Url: $'''https://www.portofaden.net/en/ship-traffic-job/index?page=1''' WindowState: WebAutomation.BrowserWindowState.Maximized ClearCache: False ClearCookies: False WaitForPageToLoadTimeout: 60 Timeout: 60 BrowserInstance=> Browser
Excel.LaunchExcel.Launch Visible: True LoadAddInsAndMacros: False Instance=> ExcelInstance2
WebAutomation.ExtractData.ExtractTableUsingPagingFromNumberOfPagesInExcel BrowserInstance: Browser Control: $'''html > body > div > div > div:eq(1) > div > div > div:eq(1) > article > div > div:eq(1) > div > div > div > div > table > tbody > tr''' ExtractionParameters: {[$'''td:eq(0)''', $'''Own Text''', $'''''', $'''Value #1'''], [$'''td:eq(5)''', $'''Own Text''', $'''''', $'''Value #2'''], [$'''td:eq(7)''', $'''Own Text''', $'''''', $'''Value #3'''] } MaxWebPagesToProcess: 10 UsePhysicalClick: True PagerCssSelector: $'''div[id=\"w0\"] > ul > li:eq(12) > a, html > body > div > div > div:eq(1) > div > div > div:eq(1) > article > div > div:eq(1) > div > div > div > ul > li:eq(12) > a''' PostProcessData: False TimeoutInSeconds: 60 ExcelInstance=> ExcelInstance2
Excel.LaunchExcel.Launch Visible: True LoadAddInsAndMacros: False Instance=> ExcelInstance2