Level 3 Assignment 2 Dispatcher Error

Sorry for the late reply,

So the issue is this:

  1. In the GetTransactionData when you scrape the page, you do the steps that you have in the process.xaml i.e put the items you scraped from current page for each into queue
  2. in process xaml you do the next page click using < webctrl aaname=‘“+(in_TransactionItem+1).ToString+”’ tag=‘A’ class=‘page-numbers’/>

You need to figure out the logic here :slight_smile:

3 Likes

Thanks guys I found the solution and my data is uploading to queue but I am also getting the following error


Please help me in solving this error!
everything is working fine as expected but there is error and I want to remove this error too.

1 Like

OnElementAppear target should be <webctrl aaname='"+in_TransactionItem+"' tag='SPAN' />

Also set property RepeatForever to false.

Thanks,
Prankur

1 Like

Thanks man it worked!

I’m having the same problem in Dispatcher. Please Help.
Main.xaml (54.4 KB)
Process.xaml (14.3 KB)
GetTransactionData.xaml (13.0 KB)
Config.xlsx (20.4 KB)