URL of website is keep changing and this give me an error while using Use " Browser "

Hello Team,

i face an issue that URL of redirected website keeps changing and this gives me an error while using Use " Browser "

this is the link SynerTrade Accelerate - Login

@sesa499170

You can use * in place of the url so that it connects

Cheers

1 Like

to replace all URL with * ?

URL : SynerTrade Accelerate - Login

@sesa499170

Yes you can…if you just want to connect to a browser then url can be * as well

Cheers

1 Like

i adjusted URL to : “*” , but it doesn’t go to it.

@sesa499170

Can you please elaborate

Cheers

1 Like

Sure, First i indicate the UI element of (redirected webpage )

  • it works well for a short time like an hour,
  • then it is stopped and required to indicate again the same page and keeps like that forever…

@sesa499170

That menas the indicated element selector is not unique it has some specific attributes which are changing

Cheers

1 Like

Hi @sesa499170 ,

Please share the selector as text here.

We could assist you with this issue further.

Thanks,
Gautham.

1 Like

yes exactly, the URL itself of the page keeps changing and I don’t know how to solve this issue

Hi @sesa499170 ,

Step 1 : Create a text type asset in orchestrator to store the changing url

Step 2 : manually check the url and update in orchestrator asset before triggering the job from orchestrator or running it else where.

Step 3 : inside your code , use ‘get asset’ to fetch the url from the orchestrator asset and pass it to the use application/browser activity.

Hope this helps you out.

Happy automating.!!

Thanks,
Gautham.

please find it below , i hope i could reply well :slight_smile:
SyntaxEditor Code Snippet

This is blank. Snippet not visible.

New Microsoft Word Document (2).docx (220.0 KB)

please find attached sheet

Hi @sesa499170 ,

Got the docx. Which element are you trying to select/indicate using the selector.?

Thanks,
Gautham

1 Like


the web page itself, every hour I need to re-identify it , please check attached image

Hi @sesa499170 ,

URL To be used in browser activity is,

image

I tried clicking on the link you provided multiple times using incognito window and in normal browser it doesn’t seem to change, So the configuration should be like below,

Selector for ‘Use Browser/Application’ activity,
SyntaxEditor Code Snippet

URL
“SynerTrade Accelerate - Login” - Shown in the screen shot.

Note - While opening the site I noticed it requires us to allow pop from the site in order for it to work properly. Please Allow pop ups manually once in the target system before testing your workflow.

Happy Automating…!

Thanks,
Gautham.

Hello @sesa499170 ,

In that case , Please try this method only

You need to store the URL in a String Type variable in your code and use that variable in place of URL like in below screen shot.

image

Or

image

This would be the best approach considering the change of URL over a period of time.

Thanks,
Gautham.

2 Likes

Thanks Alot @Gautham_Pattabiraman ,it worked by changing the selector “Title” by replace rest of title name with “*”
342t

Hi @sesa499170 ,

Glad that i could help you figure out the issue.

Please mark the response that helped you with the fixing the issue as solution to close the thread.

Haply automating.!

Thanks,
Gautham

1 Like