The Enhanced POM

Selenium Page Factory Pattern is like an extension to Page Object Model, but Page Factory is much enhanced model. We useĀ Page Factory patternĀ to initialize web elements which are defined in Page Objects. We should...

Continue reading

Exceptions in Selenium

Exception as the word indicates, is a special or uncommon case. We can encounter exceptions due to network stability issues, Internet issues, server stability etc. We might get exceptions due to insufficient waiting time...

Continue reading

The S in HTTPS

HTTP HTTP stands for Hypertext Transfer Protocol. It was created to share information easily between servers and computers via the Internet. At the foundation of the web, network admins needed a way to share the information...

Continue reading