Error in Advanced level Assignment

Hi All,

I have developed a Advanced level Assignment and i am facing some issue would any one help me in this

Error-1:“Navigate to: The browser was not specified for this activity. You should use this activity inside of a Browser scope (Attach Browser or Open Browser activities) or set its Browser property.”

Error-2**:“Invoke System1_NavigateTo_WIDetails workflow: The browser was not specified for this activity. You should use this activity inside of a Browser scope (Attach Browser or Open Browser activities) or set its Browser property.”**

Thanks,
Vinath.

This is in client security hash code

You are doing a navigate to so that you must do inside a attach browser activity.
This will fix the issue.
Below is an example:
image

Hi Nadim,

Again i am getting the below issue

Error1: Click ‘A https://acme-test.ui…’: Cannot find the UI element corresponding to this selector:

Error2: Invoke System1_NavigateTo_WIDetails workflow: Cannot find the UI element corresponding to this selector:

Would you please help me…

Thanks,
Vinath.

Can any one help in this

Can you show the selectors or them?

Hi Nadim,

selector: Selector

Please send across your project and let me have a look :slight_smile:

Please find the attachment

Client Security Hash.zip (525.2 KB)

The issue is simply because there is an issue in the work-item navigation

image

You have missed a part of he URL
should be “ACME System 1 - Log In”+WIIDvariable

Hi Nadim,

While i am using the above url some error is coming

What is the error you are getting?

PFA below error

Hey, i just provided you with a place holder for your variable. you have ti use your actual variable there.
I checked your flow and its ‘WorkItemID’

Try and let me know

Hi Nadim that was working fine and again one more error

You are using out_formulaCode as a out argument.
Have you assigned it any value?

Also in the invoke did you click on Import Arguments to refresh your latest arguments?

Ichave assigned ClientID+“-”+ClientName+“-”+ClientCountry value to out_formula code.

no i didnt refersh the latest aruguments

can you show where you have done that?
and also how you are passing that value back to your get hashcode flow.

Hi Nadim,

Please find the attachment

can you share your Invoke_System1_ExractClientInfomation workflow?