C# Class Sirius.CSharp.Client.Web.Classes.WebImage

TODO: Add documentation.
Inheritance: WebControl
Exibir arquivo Open project: mkolisnyk/Sirius

Public Methods

Method Description
WebImage ( Frame parent, string locator ) : System

Initializes a new instance of the WebImage class.

WebImage ( Frame parent, string parentElement, string locator ) : System

Initializes a new instance of the WebImage class.

Method Details

WebImage() public method

Initializes a new instance of the WebImage class.
public WebImage ( Frame parent, string locator ) : System
parent Frame TODO: Add documentation for parent.
locator string TODO: Add documentation for locator.
return System

WebImage() public method

Initializes a new instance of the WebImage class.
public WebImage ( Frame parent, string parentElement, string locator ) : System
parent Frame TODO: Add documentation for parent parameter.
parentElement string TODO: Add documentation for parent element.
locator string TODO: Add documentation for locator.
return System