Via that code i have extracted all desired text out of a html document
private void RunThroughSearch(string url) { private IWebDriver driver; driver = n
I found the solution from SQA-SO
IWebDriver driver; IJavaScriptExecutor js = driver as IJavaScriptExecutor; js.ExecuteScript("document.getElementById("title").innerHTML = "New text!";");