Open Browser
Object that allows opening the browser for automation of a web page
Last updated
Object that allows opening the browser for automation of a web page
Last updated
Field | Descriptive |
Title | Object title |
Object Identifier Name | Singular object name to open browser (variable) |
Select a Browser | Selects the desired browser for automation (Recomended Chrome) |
Web page address | The page's URL |
Timeout (in seconds) | Maximum timeout tothe load the page |
Stop execution if something goes wrong while loading the webpage | Throws error to the robot's process |
width (px) | Browser window width (in pixels) |
height(px) | Browser window height (in pixels) |
Default Download Folder | Diretório padrão onde os downloads serão efetuados - Default directory to which the files will be downloaded |
New session | Opens the page in an anonymous tab |
Use the logged-in user | Uses the logged-in user for the browser (Available only in Chrome) |
Enable Mobile Mode | Enables the browser to open in mobile size (Available only in Chrome) |
Enable Dev Mode | AEnables the element inspector in dev mode (Available only in Chrome) |
To open a browser, the next steps must be followed:
1 - Select the "Open Browser" object from the "Internet" menu and drag it to your working area
First you must define a unique name for the object in the "Object Identifier Name" field, select a browser and enter the website to be accessed in the "Web page address " field:
2 - The working area will look like this: