Issues with scraping ebay

I’ve created a Flow to scrape prices from ebay and having issues with both the ‘Click’ activity and ‘Get Text’.
Essentially I indicate elements on the screen and it duly works. If I go into UI Explorer it validates it as necessary.

But as I demo the bot, it works once and then stops working. As if ebay have changed the coding on their website in about 1 minute.

Anyone else have this issue?

there can be some dynamic parts within the selectors.

Can you share URL and your used selectors with us. Please use </> button from editor when posting the selector. Thanks

Hi

With get text activity change the property WaitForReady as Complete
So that bot will wait till the element gets loaded completely or wait till it become active

Cheers @steve1977beyond

Thank you both for your help :slight_smile:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.