A group of actions: Selenium


The action downloads the file from the browser page and waits for it to finish downloading completely.

Action icon 

Settings 

Property Description Type Filling example Mandatory field
Parameters
ContextAction context for working with the browser.Robin.SeleniumBrowser contextYes
ElementThe element on which the action works. On a page in a browser, this element should contain a URL where the file can be downloaded.Robin.WebElement
Yes
File nameThe name of the downloaded file. The specified name may not match the original file name on the site.Robin.String
Yes
ExtensionThe format in which the file will be downloaded. If the specified value does not match the original file format on the site, opening the file may be accompanied by an error.Robin.String
Yes
Folder pathThe path to the folder where the file will be saved.Robin.FolderPathC:\doc\imgYes
Timeout, msTime to wait for a response from the resource from which the file will be downloaded. If the response timeout exceeds the specified value, the action will return an error. Specified in milliseconds. Default value: 10000 ms.Robin.Numeric
No
Results
ResultThe path to the downloaded file.Robin.FilePath

  • Нет меток