Introduction
Installation
Guides
- Engine
- Profile
- Browser
- BrowserView
- Navigation
- Content
- DOM
- JavaScript
- Pop-ups
- Dialogs
- Downloads
- Network
- Cache
- Cookies
- Proxy
- Authentication
- Plugins
- Printing
- Passwords
- User Data Profiles
- Credit Cards
- Media
- Zoom
- Spell Checker
- Deployment
- Chromium
Troubleshooting
Migration
In this migration guide we describe an API change between 7.30.2 and 7.30.3.
Navigation API
Default Navigation Timeout
The method Navigation.defaultTimeoutInSeconds()
has been renamed to Navigation.defaultTimeout()
.
The method returns a Duration
object, not an integer. Our intention was to prevent developers from having to write
clumsy constructions like defaultTimeoutInSeconds().getSeconds()
.