Page 1 of 1

URL returns true?

Posted: Thu Feb 25, 2016 2:29 am
by junryl
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.

Re: URL returns true?

Posted: Fri Feb 26, 2016 4:55 am
by jacque
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.

Re: URL returns true?

Posted: Thu Mar 03, 2016 6:32 am
by junryl
Thanks jacque. At least we know that having a "true" response means the reading from URL is completed successfully.