SmartBear.TestLeft.TestObjects.Web Namespace |
The SmartBear.TestLeft.TestObjects.Web namespace provides basic interfaces and classes for functional web testing. It contains classes and interfaces that represent web browsers, web pages, HTML controls and other elements of the web pages.
Class | Description | |
---|---|---|
WebBrowserPattern |
A search pattern for Web browser processes: Chrome, Edge, Internet Explorer and others.
| |
WebBrowserUIPattern |
A search pattern for Web dialogs and Web browser GUI elements.
| |
WebCellElementPattern |
A search pattern for Web cell elements (TD/TH).
| |
WebElementPattern |
A search pattern for elements of the tested Web pages.
| |
WebPagePattern |
A search pattern for the tested Web pages.
|
Interface | Description | |
---|---|---|
IWebBrowser |
The test interface for a web browser process.
| |
IWebCell |
The test interface for cells of web tables and web grid controls.
| |
IWebElement |
The test interface for Web page elements (<p>, <a>, <li>, <img> and others).
| |
IWebObject |
The basic test interface for web objects (web elements, pages and dialogs).
| |
IWebPage |
The test interface for web pages.
| |
IWebTable |
The test interface for tables on web pages.
|