Forum Discussion
AlexKaras
12 years agoCommunity Hero
Hi,
Why not just to check if innerText is null?
E.g.:
InStr = Sys.Browser.Page(URL).Form("form1").innerText
If (InStr Is Null) Then _
InStr = ""
Set regEx = New RegExp
...
Why not just to check if innerText is null?
E.g.:
InStr = Sys.Browser.Page(URL).Form("form1").innerText
If (InStr Is Null) Then _
InStr = ""
Set regEx = New RegExp
...