Class | Description |
---|---|
OutputFile |
A custom output file, recording all details of every step performed, both
actions and app.
|
Selenified |
Selenified contains all of the elements to setup the test suite, and to start
and finish your tests.
|
Enum | Description |
---|---|
Browser |
Select a browser to run Available options are: HtmlUnit (only locally - not
on grid), Firefox, Marionette, Chrome, InternetExplorer, Edge, Android, Ipad
(only locally - not on grid), Iphone (only locally, not on grid), Opera,
Safari, PhantomJS
|
DriverSetup |
determining how to launch/start the browser.
|
Locator |
Select a Locator for the element we are interacting with Available options
are: xpath, id, name, classname, css, paritallinktext, linktext, tagname
|
OutputFile.Result |
Gives status for each test step
|
OutputFile.Success |
Determines if the tests pass or fail
|
Copyright © 2017. All rights reserved.