Is there mybe a way to paste HTML code to a Selenium Webelement? Sure i could just use the driver to to get the page HTML and than could use driver.findelement().
But is there mybe a way to parse the HTML data to the Element like Webelement myelement = new Webelement(HTML_STRING)?