Extract content from a URL using Selenium (GET method).
Args: url: URL to extract content from include_images: Whether to include images in the result include_links: Whether to include internal links in the result extract_depth: Depth of extraction (“basic” or “advanced”)
Returns: ExtractResponse with extraction results and metadata