История страницы
Open Browser Version 28 (Java)
Action group: Browsers
...
Description
This action is intended to open the selected browser. A context is created when the browser is opened.
Action icon
Action parameters
Input parameters
Browser - The browser to be opened
...
Save in - The path to the folder where files should be saved when downloaded
Output parameters
Context - The context of the open browser session that will be accessed by further actions
Settings
Property | Description | Type | Filling example | Mandatory field |
---|---|---|---|---|
Parameters | ||||
Browser | Browser selection. Optional. Default is Chrome. | Robin.String | No | |
Properties | List of browser properties and their values that will be set when the browser starts | Robin.String | No | |
Explicitly wait | Time to wait for changes in the properties of individual elements | Robin.Numeric | No | |
Background mode | Background mode | Robin.Boolean | true | No |
URL | URL to be navigated after opening the browser | Robin.String | No | |
Save in | Path to folder to save files | Robin.FolderPath | C:\doc\img | No |
Results | ||||
Context | The browser instance that Selenium will work with | Robin.Selenium | Browser context |
Special conditions of use
Example of filling in the "Properties" field (filled in automatically by recording actions in Recorder).
...
Для этого нужно указать в свойствах "pageLoadStrategy":
|
Кроме того, вместо значения "eager" можно указать значение "none", но тогда есть риск что страница не загрузится. Значение "eager" ждет только загрузки DOM страницы, не ожидая загрузки скриптов, изображений и других ресурсов, значение "none" вообще не ждет.
...