Tuesday, February 11, 2014

Using of the WebDriver (Selenium). Some additional techniques

Before using web-driver you need to configure it. Please, make sure that all that you did corresponds to the following list of links:

  1. Using Web Driver
  2. FireFox Driver
  3. Internet Explorer Driver
It was found out (I suppose no one would need any additional checks) that controls in web-application can have different location in hierarchy tree in different browsers. It means that some checks in your code need depend on a type of a web-driver. In my case, I actually did not find differences, so I did not write any checks on that.

What I've found useful is ExpectedConditionsA good example for using such capability can be found here and here.


No comments:

Post a Comment