- Getting started
- Creating projects
- Graphic objects
- Predefined graphic objects
- Object and variable references
- Extending projects
- Tutorials
- Graphic objects tutorial
- NetLogic tutorial
- OPC UA tutorial
Configure a web browser
Add a web browser object to display web content at runtime.
- InProject view, underUI, right-click a container and select .
- InProperties, inURL, enter the website address to display at runtime.TIP: The website address must start with the protocol. For example,https://rockwellautomation.com
- (optional) InIncognito mode, select either:
- True. Web browser runs in the incognito mode and does not store cache.
- False. Web browser does not run in incognito mode and stores cache. Incognito mode applies only to the native presentation engine and does not apply to the web presentation engine.
TIP: By default, a web browser object runs in the incognito mode. You can disable the incognito mode to embed progressive web apps (PWAs) into your project and then use the PWAs without the Internet access. Disabling the incognito mode works only in the native presentation engine. - (optional) InIgnore invalid CA errors, select either:
- True. Ignore errors about certificates not signed by a trusted Certificate Authority (CA) at runtime.
- False. Show errors about certificates not signed by a trusted CA at runtime.
TIP: At runtime, in case of a certificate error, you can either accept the risk and continue or cancel the operation. See Certificate errors. - (optional) InCustom headers, enter headers to send extra information in an API call.Each header must follow this format:. Separate headers by entering them on multiple lines.header_property:header_property_valueheader_a:value_a header_b:value_b
Provide Feedback