Before using web-driver you need to configure it. Please, make sure that
all that you did corresponds to the following list of links:
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 ExpectedConditions. A good example for using such capability can be found here and here.
No comments:
Post a Comment