Type: lib.http.FetchPage
Namespace: lib.http
Description
Fetch a web page using Selenium and return its content. selenium, fetch, webpage, http
Use cases:
- Retrieve content from dynamic websites
- Capture JavaScript-rendered content
- Interact with web applications
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| url | str |
The URL to fetch the page from. | `` |
| wait_time | int |
Maximum time to wait for page load (in seconds). | 10 |
Outputs
| Output | Type | Description |
|---|---|---|
| html | str |
|
| success | bool |
|
| error_message | str |
Metadata
Related Nodes
Browse other nodes in the lib.http namespace.