HtmlControlGetValue Method

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Overload List

  NameDescription
Public methodCode exampleGetValueT(String)
Get a property value (e.g. control.border or control.style.backgroundColor).
Public methodCode exampleGetValueT(String, Boolean)
Get a property value (e.g. control.border or control.style.backgroundColor) with ability to specify wrappedJSObject's in Firefox.
Public methodCode exampleGetValueT(String, T)
Get a property value (e.g. control.border or control.style.backgroundColor) and return the specified default value if the get fails for any reason.
Public methodCode exampleGetValueT(String, Boolean, T)
Get a property value (e.g. control.border or control.style.backgroundColor) with ability to specify wrappedJSObject's in Firefox and return the specified default value if the get fails for any reason.
Top
See Also

Reference