Level 3 Assigment 2 dispatcher - Next Page - I’m having issues with the Click and OnElementExist activities

Continuing the discussion from Level 3 Assigment 2 dispatcher - Next Page - I’m having issues with the Click and OnElementExist activities:

1 Like

Send the selector screenshot

Thanks
@franciscus.commandeu

Put your click activity inside the attach browser and send me your selector which you are using in the click activity.

Continuing the discussion from Level 3 Assigment 2 dispatcher - Next Page - I’m having issues with the Click and OnElementExist activities:

HI,

Thanks for the quick response,

The click activity is within an attach browser

I am using Internet explorer 11

1 Like

Refer to this post Level 3 Assignment 2 Click on Next Page - #5 by Lahiru.Fernando

Thanks
@Manish540
@franciscus.commandeu

1 Like

Attach Browser screenshot

Thank you

Hi Hasib,

I have been thru that post already and tried everything, you will see my selector is the same as in the post

I have also tried a click text with various inputs (Selector, Spaces etc.)

Thanks for your help

Send me the workflow file.

Thanks
@franciscus.commandeu

Send me your attach browser selector and click activity selector.

1 Like

Process.xaml (13.4 KB)

1 Like

Attach browser selector issue

Change to

Thanks
@franciscus.commandeu

1 Like

There are some mistakes in your selectors buddy.
In attach browser use this selector : html title=‘ACME System 1 -*’ />
and in click activity just use : webctrl aaname=‘+in_TransactionItem+’ tag=‘LI’ />

1 Like

Hi Hasib,

Thank you, i have made the amendments and still have the same problem
Process xaml file attached

much appreciated

FrankProcess.xaml (13.3 KB)

Send the screenshot of the error

Thanks
@franciscus.commandeu

Process.xaml (13.3 KB)

Hi Hasib,

If i set continue on error for the ON ELEMENT FOUND it processes transaction 1 but crashes on transaction 2

Your Help is much appreciated

Try to run this
Process (1).xaml (11.8 KB)

Thanks
@franciscus.commandeu

1 Like

Use the same selector for On element appear, which you used for the click activity.
Make RepeatForever property as False in the On element appear property panel.

Thank You :smiley:

1 Like