ArtOfTest.WebAii.Javascript
Base class for our clients to create custom Javascript events from. Subclasses should implement their properties or whatever to set key-value pairs in the internal dictionary, the contents of which will be used to create the Javascript object passed to the event handler in the browser. TODO We probably want to change the dictionary to hold javascript objects instead of strings
A JavaScript error intercepted from the browser console
Provides data to the Javascript event handler
An array of JSON objects, which can be of many types.
Boxes a single JSON value which could be an array, a string, an int, a double, or a bool.
A collection of JSON objects.
A dictionary containing JavaScript Object Notation (JSON) objects used in the Actions.InvokeScript function.
Class representing a scriptable key event that can be sent to a browser window.
Class representing a scriptable mouse event that can be sent to a browser window.
The WebAii representation of a Javascript event object
Class representing a scriptable UI event. Used as the base class for MouseEvent and KeyEvent.
All utility methods used by Javascript classes.