Does anyone know how to read FireFox browser status bar text using Selenium WebDriver? I want this because I want to know if my entire web page is fully loaded or not.
Please suggest me if there is another way. Calling any JavaScript (which will return the text of the Firefox status bar from my Java program)?
Also, how can I check for the presence of a web element that I am viewing on a web page?
Thank!
source
share