Package-level declarations

Types

Link copied to clipboard
class BodyElement(webBrowser: WebBrowser, var id: String) : Element

Represents the body element of the in-browser Document Object Model, corresponding to the JavaScript body tag.

Link copied to clipboard
class Document(val receiver: WebBrowser) : EventGenerator<Document>

Represents the in-browser Document Object Model, corresponding to the JavaScript document object.

Link copied to clipboard
class HeadElement(webBrowser: WebBrowser, var id: String) : Element
Link copied to clipboard
class StorageReceiver(val receiver: WebBrowser, val type: StorageType)

Created by ian on 1/14/17.

Link copied to clipboard
Link copied to clipboard
open class TitleElement(parent: Element) : Element
Link copied to clipboard
class Window(val browser: WebBrowser) : EventGenerator<Window>

Represents the in-browser Document Object Model, corresponding to the JavaScript document object.