Python navigation to web page

webdemo.py

import webbrowser

myUrl = ‘file:///F:/Demo/test.html’

webbrowser.open_new_tab(myUrl)

webbrowser.open_new(myUrl)

Output

wdemo

 

webdemo

Published by Python programming examples for beginners

Abhay Gadkari is an IT professional having around experience of 20+ years in IT industry. He worked on web technologies and databases with Insurance and ERP projects.