C# Class JDI_Web.Selenium.Elements.Common.Image

Inheritance: JDI_Web.Selenium.Elements.Base.Clickable, IImage
Afficher le fichier Open project: epam/JDI

Protected Properties

Свойство Type Description
GetAltFunc string>.Func
GetSourceFunc string>.Func

Méthodes publiques

Méthode Description
GetAlt ( ) : string
GetSource ( ) : string
Image ( ) : System
Image ( By byLocator = null, IWebElement webElement = null, WebBaseElement element = null ) : System

Method Details

GetAlt() public méthode

public GetAlt ( ) : string
Résultat string

GetSource() public méthode

public GetSource ( ) : string
Résultat string

Image() public méthode

public Image ( ) : System
Résultat System

Image() public méthode

public Image ( By byLocator = null, IWebElement webElement = null, WebBaseElement element = null ) : System
byLocator OpenQA.Selenium.By
webElement IWebElement
element WebBaseElement
Résultat System

Property Details

GetAltFunc protected_oe property

protected Func GetAltFunc
Résultat string>.Func

GetSourceFunc protected_oe property

protected Func GetSourceFunc
Résultat string>.Func