Page.set_navigation_bar# Page.set_navigation_bar(html_file=None, html_str=None)[source]# Adds a navigation bar to the page. Parameters: html_file (str, default=None) – Path to the HTML file that contains the navigation bar. html_str (str, default=None) – HTML code of the navigation bar. Return type: None