steventwerd
4 years agoOccasional Contributor
Retrieving data from website without going to it.
Hi,
I want to read some data from the BBC Website such as today's weather and store it in a variable. I know this can be done by recording a test going to the website and saving the value on the screen. Is there a way to do this without having to go directly to the website (without having to do all the clicks and typing to get to the website).
I was thinking an API or Web-Service is the right call but I don't know of an API that can connect to any website and a web-service requires a WSDL document which I don't quite understand.
Can anyone point me in the right direction?