JUMP TOWeb SDK APIGetting started with Smartlook for websitesMethodsSmartlook.anonymize()Smartlook.disable()Smartlook.error()Smartlook.identify()Smartlook.init()Smartlook.initialized()Smartlook.navigation()Smartlook.pause()Smartlook.properties()Smartlook.record()Smartlook.resume()Smartlook.track()PropertiesSmartlook.keySmartlook.playUrlSmartlook.recordIdSmartlook.sessionIdSmartlook.visitorIdSmartlook.versionPowered by Smartlook.navigation() The navigation() method triggers a change of URL in recordings although it stays the same on the recorded website. Useful for Single Page Apps that do not use router or internal navigation. Syntax JavaScriptnavigation(url) Parameters url string Return value void Examples JavaScriptSmartlook.navigation('/login')