Getting the values of all the CSS properties of a selected element in Selenium

前端 未结 0 1811
名媛妹妹
名媛妹妹 2020-12-15 00:02

Suppose that I have found an element by its XPath using:

WebElement we = driver.findElement(By.xpath(\"some XPath\"));

I know that I can get the

相关标签:
回答
  • 消灭零回复
提交回复
热议问题