Description
The selenium protocol returns only the body portion of the html, which means that neither the title nor the other page metadata in the <head/> section gets extracted.
String innerHtml = driver.findElement(By.tagName("body")) .getAttribute("innerHTML");
We should return the full html, no?
Attachments
Issue Links
- links to