Skip to main content

Upload File

Uploads a file to a web page using a specified <input> element selector in the web page.

Common Properties

  • Name - The custom name of the node.
  • Color - The custom color of the node.
  • Delay Before (sec) - Waits in seconds before executing the node.
  • Delay After (sec) - Waits in seconds after executing node.
  • Continue On Error - Automation will continue regardless of any error. The default value is false.
info

If ContinueOnError property is true, no error is caught when the project is executed even if Catch node is used.

Input

  • Page Id - The ID of the web page to upload the file. This ID is generated by the Open Browser node.
  • Selector Type - The type of selector to use, either XPath or CSS.
  • Selector - The selector element of the <input> element that is used to upload the file.
  • File Path - The path of the file to upload.

Options

  • Wait Timeout (sec) - The time in seconds to wait until the file upload is completed. (Default: 5)