Tuesday, September 1, 2015

Selenium-Webdriver-Java-IssuesList

1. Incompatibility of webdriver-java bindings with browser version. Encountered issues with Firefox. IE and Chrome used to work fine.
Sol: Upgrade or Downgrade the Browser version to be compatible with webdriver. Refer the changelog or release notes on the java binding.

2. GUI Automation Issues with TeamCity running as a service. Webdriver unable to locate elements when running TeamCity as a service but it is able to do so if TCAgent is run via OSConsole.

3. Issue with TestNG parallelism not working with already designed framework due to Grouping.

4. cacert import issue:
“PKIX path building failed” and “unable to find valid certification path to requested target”
SSLHandshake issue while using httpclient to connect to a website and getting response.
Sol: Generally import RootCertificate not the intermediate ones and add them to cacert file.


I will keep updating this post if and when I encountered any issues.

No comments:

How J2EE components work together in any Container - Spring or Application Server

In a Spring+Jersey+Hibernate RESTful webapplication, we can spot various J2EE components - JTA, JPA, Java Bean Validation, JSON-B API for B...