below is giving error: Please correct them
msgbox getSomething()
A return type must be declared?
Function getFlatRate()
s = browser("B").Page("p").WebElement("we").GetROProperty("something")
return s
End Function
below is giving error: Please correct them
msgbox getSomething()
A return type must be declared?
Function getFlatRate()
s = browser("B").Page("p").WebElement("we").GetROProperty("something")
return s
End Function