While we running our script on web browser with test manager it’s failed and showing the error browser extension issue
@SAURAV_GIRI Make sure the UiPath browser extension for your browser is installed and enabled
Also, restart the browser and Test Manager then try running the script again.
No it’s not my question, if the TC are failed during testing on test manager what can we do in our script , can we write the script to checking the extension before executing it please help me
@SAURAV_GIRI Add a pre-check in your script: use Open Browser + Element Exists to verify the extension works.
If the element isn’t found, stop the process and show “Browser extension not installed or enabled”
Hello @SAURAV_GIRI Can you explain what error you’re getting or if possible can you share the screenshot of the error so that we can assist you more clearly.
Cheers
are you getting this error in between process? while working on ui?
or does it fail at first only?
cheers
It fails first only showing error : failed test setup or failed test execution
It fails first only showing error : failed test setup or failed test execution Bhavesh
But if they failed so how we add the extension on run time please help me on this also
Check for browser extension is it enabled or disabled also try uninstalling it and again install the extension manually and ensure it is installed in UiPath Studio → Tools → UiPath Extension that your extension is enabled in the browser you automated the process.
Cheers