Assigmnent no2

Hi Guys,

I got problem with checking if the next page is available. Every time write line return me false…

My selector here is:

<html app='chrome.exe' title='ACME System 1 - Work Items' />
<webctrl aaname='"+in_TransactionNumber.ToString+"' tag='SPAN' />

In output window i got message: Process finished due to no more transaction data
After this it nothing happed :frowning:

Many thanks for help with this issue.

@fudi5,

  1. Once check the selector from UIExplorer for the first page number element. Compare it with above prescribed format.
  2. Confim in_TransactionNumber is declared with values (Correct).

Regards,
Dom :slight_smile:

Which is correct 1 ?

@fudi5, Have you set the variable NextPageExists to element exists ? If yes, then you need to take care on the selector ? Attach .Xaml if possible ?

Regards,
Dom :slight_smile:

I have changed selector and its fine until this never ending errors story:

Invoke ProcessTransaction workflow: On Element Appear : Activity timeout exceeded

Many thanks for help Dominic