put URL theURL into theWebPageContent
Do you know any reason why URL command/keyword returns true for few android devices?
It works fine though on most of the devices.
A true response doesn't provide much information to fix the problem though.
URL returns true?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: URL returns true?
Usually a result of "true" means the statement executed successfully. It isn't clear why that would be placed into the variable in this case. If you post more of your script we may be able to see what's happening.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
Re: URL returns true?
Thanks jacque. At least we know that having a "true" response means the reading from URL is completed successfully.