0
I needed to use this code to return the value of the screen. this works using Chromiumwebbrowser, but the principle is the same, for at the end of the day is to send a JS.
browser.EvaluateScriptAsync(@"function retornaSituacao() {
var texto = document.getElementById('ct100_ContentPlaceHolder1_VersaoLabel').[0].innerText;
return texto;
}
retornaSituacao();");