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
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
to replace all URL with * ?
Sure, First i indicate the UI element of (redirected webpage )
That menas the indicated element selector is not unique it has some specific attributes which are changing
Cheers
Hi @sesa499170 ,
Please share the selector as text here.
We could assist you with this issue further.
Thanks,
Gautham.
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 ![]()
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
Hi @sesa499170 ,
URL To be used in browser activity is,
![]()
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.

Or

This would be the best approach considering the change of URL over a period of time.
Thanks,
Gautham.
Thanks Alot @Gautham_Pattabiraman ,it worked by changing the selector âTitleâ by replace rest of title name with â*â

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