1) Updated sample in "Examples" directory
2) Added Find ByUrl (find an element by the value of it's url)
3) Added Find UsingDocument (Allows actions and validation to be performed using the Document; i.e. assert that the Document contains a text string etc..)
4) Find method arguments that contain \w are now considered regular expressions - needs to be fleshed out.
5) Updated the console app to return a non-zero system code if errors occured during execution
6) Fixed failing unit test.
↧