Interface IGPALElement
Inherited Members
OpenQA.Selenium.IWebElement.Clear()
OpenQA.Selenium.IWebElement.SendKeys(System.String)
OpenQA.Selenium.IWebElement.Submit()
OpenQA.Selenium.IWebElement.Click()
OpenQA.Selenium.IWebElement.GetAttribute(System.String)
OpenQA.Selenium.IWebElement.GetDomAttribute(System.String)
OpenQA.Selenium.IWebElement.GetDomProperty(System.String)
OpenQA.Selenium.IWebElement.GetCssValue(System.String)
OpenQA.Selenium.IWebElement.GetShadowRoot()
OpenQA.Selenium.IWebElement.TagName
OpenQA.Selenium.IWebElement.Text
OpenQA.Selenium.IWebElement.Enabled
OpenQA.Selenium.IWebElement.Selected
OpenQA.Selenium.IWebElement.Location
OpenQA.Selenium.IWebElement.Size
OpenQA.Selenium.IWebElement.Displayed
OpenQA.Selenium.ISearchContext.FindElement(OpenQA.Selenium.By)
OpenQA.Selenium.ISearchContext.FindElements(OpenQA.Selenium.By)
OpenQA.Selenium.IWrapsDriver.WrappedDriver
Namespace: GenerallyPositive
Assembly: GPAL.dll
Syntax
public interface IGPALElement : IWebElement, ISearchContext, IWrapsDriver
Properties
AttributeName
Declaration
string AttributeName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Attributes
Declaration
Dictionary<string, object> Attributes { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.Dictionary<System.String, System.Object> |
BoundingRect
Declaration
ClientRectangle BoundingRect { get; set; }
Property Value
| Type | Description |
|---|---|
| ClientRectangle |
Css
Declaration
string Css { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
DeltaX
Declaration
int DeltaX { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
DeltaY
Declaration
int DeltaY { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
FullXPath
Declaration
string FullXPath { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Href
Declaration
string Href { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ImageData
Declaration
string ImageData { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
OffsetX
Declaration
int OffsetX { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
OffsetY
Declaration
int OffsetY { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
PageURL
Declaration
string PageURL { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Placeholder
Declaration
string Placeholder { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SelectorName
Declaration
string SelectorName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Src
Declaration
string Src { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Value
Declaration
string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Xpath
Declaration
string Xpath { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Xpaths
Declaration
XPathInfo[] Xpaths { get; set; }
Property Value
| Type | Description |
|---|---|
| XPathInfo[] |