Browser
Used for browsing the web and extracting information from websites.
Inputs and outputs divide into public and private. Public input is for user's interaction with block. Private input is for communication between block and block. You can't use these inputs directly
name | type | accessibility |
---|
url | text | Private |
Outputs
name | type | accessibility |
---|
output | text | Private |
file_output | file | Private |
Fields
name | description | details |
---|
Name | The name of the block. Can only contain letters, numbers, and underscores. Cannot include spaces. | N/A |