Java Tutorials for Selenium (JNNC Technologies)


Understanding Access modifiers in java

There are way too many tutorials available out there on Java Access Modifiers, here we will try to relate these access specifiers with selenium webdriver and better understand with examples using Java and selenium webdriver.
We need access modifiers in order to set/control the accessibility of classes, methods and variables. Not all modifiers applicable for all, some are applicable for classes, some are for methods, variables and some for both.

Exception Handling in Java selenium webdriver

When you start working with Selenium webdriver, you will come across different exceptions based on the code you write, the same code some times work properly and sometimes it will not. You will see some or the other exception when you execute your scripts. When ever you see these exception regularly you will get frustrated.
When ever we develop any scripts, we will try give the best quality code that works fine. But Unfortunately, sometimes exceptions come as side effects to the scripts that we develop and fails.

Post a Comment

0 Comments

'; (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })();