Assignment 1 Level 3 ACME

Hi All,

Now i’m doing Assignment 1 Level 3.
I have stucked, after init process its going to End Process.

Facing Error:

  1. Attach Browser ‘iexplore.exe ACME’: Cannot find the UI element corresponding to this selector:
  2. Invoke System1_Close workflow: Cannot find the UI element corresponding to this selector:

Thanks in Advance
Muthu M

For both of these
Kindly check once with the selector in the associated activity and make it valid and try once executing
It will work for sure
You were almost done
—kindly try this and let know for any queries or clarification

Cheers @muthu.m

I have checked every time, but still facing issue. @Palaniyappan

Still facing same problem.ErrMsg

@muthu.m
Problem not in selector. See error at initialization
Check the value you get from Excel config file
It is correct or not like spelling of the key .like, may some space is left
Thanks

1 Like

Thanks for ur reply.
Will Check and let u know

Regards
Muthu M

Hi @sandeep13,
I had try to find the values in config file.
I think everything fine.
Still facing same issue.

Regards
Muthu

@muthu.m
i means when you access value of excel in Init section
check this .


or
debug the workflow to find the exact source of error
Thanks

1 Like

Hi
—first error usually occurs when the error associated activity has a variable with null value or has no value at all
Kindly check once with the activity and it’s variable where this error occurs if we are not able to identify it run it in debug mode so that we could find where it’s getting

— second error occurs when the selector is not valid or either the bot is not able to find the element on the screen with that selector
Kindly reselect that element and make the dynamic part of selector (that is the value of the attribute that keeps on changing) with wild card symbols like *
And to check which attribute is getting ganged dynamically click once that element copy that selector and click again that selector and get that selector and compare with the previous one so that we could be able to find the different and dynamic part in them

Kindly try this and let know for any queries or w
Cheers @muthu.m

Hi @palanikumar @sandeep13
I found the problem while debug.
The problem is After the Init Process its thrown an exception message as i posted already. Then its moving to End Process.
Why its happen??

Thanks in Advance
Muthu

send screen shot of If first run read config sequence

1 Like

Hi @sandeep13,

PFA

First%20Run%202

@muthu.m

your initAllSetting workflow look like as this?

i attached file look on itMain.xaml (54.0 KB)

also debug this file

1 Like

Hi @sandeep13,

Thanks a lot.
Now am move to GetTransactioData Process.

1 Like

go ahead @muthu.m

make sure you pass and assign variable correctly
check TransactionData variable for the above error

1 Like

As your post, Mine everything is correct.
But Error occur :frowning:

@sandeep13

1 Like

please post error with screenshot of workflow where error occur

Thanks

1 Like

Hi @sandeep13,
Pls find the screenshot:

Thanks in Advance
Muthu

@muthu.m can you please delete “Nothing” there and save. then type again “Nothing” it will work. this was a common problem for everyone.

1 Like

@muthu.m

just try that @Theepan said
and print value of in_TransactionNumber and dt_WorkItems.Count in GetTranssactionData Workflow

Thanks

1 Like