Click or drag to resize

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.

Classes
  ClassDescription
Public classWebBrowserPattern
A search pattern for Web browser processes: Chrome, Edge, Internet Explorer and others.
Public classWebBrowserUIPattern
A search pattern for Web dialogs and Web browser GUI elements.
Public classWebCellElementPattern
A search pattern for Web cell elements (TD/TH).
Public classWebElementPattern
A search pattern for elements of the tested Web pages.
Public classWebPagePattern
A search pattern for the tested Web pages.
Interfaces
  InterfaceDescription
Public interfaceIWebBrowser
The test interface for a web browser process.
Public interfaceIWebCell
The test interface for cells of web tables and web grid controls.
Public interfaceIWebElement
The test interface for Web page elements (<p>, <a>, <li>, <img> and others).
Public interfaceIWebObject
The basic test interface for web objects (web elements, pages and dialogs).
Public interfaceIWebPage
The test interface for web pages.
Public interfaceIWebTable
The test interface for tables on web pages.