EvaluateScriptAsync calling a function already loaded in a vue html page #4384
dlugolinski13
started this conversation in
General
Replies: 1 comment 1 reply
-
Solved on my own... |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to call a JavaScript function that is already part of the loaded scripts (vuejs pages bundle.js) from the C# browser.EvaluateScriptAsync()
browser.EvaluateScriptAsync("functionInLoadedScripts()");
Is this possible?
I can execute a script that is simple but it shows executing in blank...
Beta Was this translation helpful? Give feedback.
All reactions