Bug Report: For some non-English website, NM.ExecuteScript gets null back and throws exception.
-
Attached my workflow xaml file:
nm-execute-script.xamlRepeat steps:
-
Open URL "https://www.microsoft.com/en" in the first step. the workflow runs normally and get correct calculation back.
-
Open URL ""https://www.microsoft.com/fr-fr". Chrome F12 window reports lots of errors and Execute Script gets null back and throws an exception.
-
-
Seems like the chrome extension is having issue with that page
( go to chrome://extensions/ enable developer mode, and click background page for openrpa ) then you can see something went wrong.
I will have a look at this soon.
-
@allan-zimmermann Allan, actually it's not just on that page having this issue. I tested for several other websites, when the language is non-English (French, Chinese, Japanese, etc), all have the same issue.
-