Class ProgressView
Defines a
Implements
IElementWrapper<IOSElement>
Inherited Members
Namespace: Legerity.IOS.Elements.Core
Assembly: Legerity.IOS.dll
Syntax
public class ProgressView : IOSElementWrapper, IElementWrapper<IOSElement>
Constructors
| Improve this Doc View SourceProgressView(IOSElement)
Initializes a new instance of the ProgressView class.
Declaration
public ProgressView(IOSElement element)
Parameters
Type | Name | Description |
---|---|---|
IOSElement | element | The |
Properties
| Improve this Doc View SourcePercentage
Gets the value of the progress bar.
Declaration
public virtual double Percentage { get; }
Property Value
Type | Description |
---|---|
System.Double |
Operators
| Improve this Doc View SourceImplicit(AppiumWebElement to ProgressView)
Allows conversion of a
Declaration
public static implicit operator ProgressView(AppiumWebElement element)
Parameters
Type | Name | Description |
---|---|---|
AppiumWebElement | element | The |
Returns
Type | Description |
---|---|
ProgressView | The ProgressView. |
Implicit(IOSElement to ProgressView)
Allows conversion of a
Declaration
public static implicit operator ProgressView(IOSElement element)
Parameters
Type | Name | Description |
---|---|---|
IOSElement | element | The |
Returns
Type | Description |
---|---|
ProgressView | The ProgressView. |
Implicit(RemoteWebElement to ProgressView)
Allows conversion of a
Declaration
public static implicit operator ProgressView(RemoteWebElement element)
Parameters
Type | Name | Description |
---|---|---|
RemoteWebElement | element | The |
Returns
Type | Description |
---|---|
ProgressView | The ProgressView. |