I am trying to do the following code but it retrieves me an error:
with SB() as sb: sb.open(/path/file.html)
What is the proper way?
Thank you
Solution:
sb.load_html_file(html_file)