How to Interact with hidden elements using Selenium Webdriver.
Since a user cannot read text in a hidden element, WebDriver will not allow access
to it as well.However, it is possible to use Javascript execution abilities to call getText directly
from the element:
WebElement element =((JavascriptExecutor) driver).executeScript("return arguments[0].getText();", element);
to it as well.However, it is possible to use Javascript execution abilities to call getText directly
from the element:
WebElement element =((JavascriptExecutor) driver).executeScript("return arguments[0].getText();", element);
This is great advice! Very honest and practical. Love it. Especially the part about the “need to love your job”. Can’t remember that I read anywhere else that it is ok if you have days when you just think work sucks and there is no purpose or meaning. Also: love the colour article! Also: love your blog and your work! Keep going HR Interview Questions with Answers,Job Interview Questions and Answers
ReplyDelete