Skip to content
Advertisement

Tag: webdriverwait

Is there any get body tag method for WebElement class in Selenium Java?

I’ve been trying to get body of pages within HTML source. I’ve been trying it with WebElement Class. I can’t access invisibilityOfAllElements method or let me say it throws error. I’ve written code like that: waitbody is object of WebDriverWait Class that I’ve defined. Eclipse highlights underline of invisibilityOfAllElements. Is there any idea to solve this? Thank you. Answer invisibilityOfAllElements()

Advertisement