UiPath Inject JS Edge Banking Applciation

I am currently using javascript to emulate click and other acitivities in edge in my personal machine
If I want to use it in my office projects , do I need to enable anything such as permissions to run the code in banking applciation

@Ritaman_Baral

Ideally you dont need to enable anything …to confirm open browser use inspect element and it would open console where you can run a sample script and check

Cheers

Inspect element is disabled

@Ritaman_Baral

Did yoi try running invoke javascript as it runs from background

Are UiPath extrnsions enabled?

Cheers

My bad I meant inspecting the background code!!

Getting an error
'Object doesn’t support property or method ‘getElementsByClassName’

If you need to execute JavaScript on a webpage, use the “Inject JS Script” activity in UiPath. Make sure that the JavaScript code you are injecting is correct and compatible with the webpage

UiPath.Core.Activities.InjectJsScript.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.