Hello all,
I’ve tried all purposed solution from the past and my bot still not working. I have to scraped data from dynamic URL and save it to Excel.
Opening first web page, from this page is opened a second tab, where URL is always dynamic (depend on data from first page). Everything is working fine, data is captured and saved. But always from the same URL (from first open URL).
Did you compare the first URL and Second URL selectors. May be it was same so the bot always trying to extract from the first URL. If possible, share the selector screenshots for the first and second URL
Hi Lakshmi,
First selector is working fine. I have problems with second one.
Second URL is created when button is clicked on first page. I replaced dynamic part with *
(please see my replay on post. This is second selector)
Before bot is going to second window, I am closing first one