Month: November 2019

WebDriverManager: No more required driver to lunch browsers!

As an automation engineer we know that we need to use setProperty() method to set and let our WebDriver know the key and the path of our browser binary (executable file) due to lunch or handle some browsers…

Read More »

Differences between getText() & getAttribute() methods?

No Picture

What are differences between getText() and getAttribute() methods? WHAT IS GETTEXT() METHOD?  getText() is a method which gets you the visible  inner Text of this element, including sub-elements, without any leading or trailing white space. Inner text is…

Read More »