In this migration guide we describe an API change between 7.30.2 and 7.30.3.

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().

Go Top