session.scrape method that automatically starts a new session, goes to the given URL, and scrapes the page.
Example:
Parameters
Returns
UnionType[StructuredData[BaseModel], BaseModel, Dict[str, Any], str, list[ImageData]]: An Observation object containing metadata, screenshot, action space, and data space.
