'Declaration
Function Extract( _ ByVal pretext As String, _ ByVal posttext As String, _ ByVal singleLine As Boolean _ ) As String()
'Usage
Dim instance As IWebElement Dim pretext As String Dim posttext As String Dim singleLine As Boolean Dim value() As String value = instance.Extract(pretext, posttext, singleLine)
Parameters
- pretext
- The text before.
- posttext
- The text after.
- singleLine
- If singleLine or not.
Return Value
The extracted text.