Skip to content

Commit

Permalink
Add browser_session attribute at Protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
neyberson committed Aug 15, 2024
1 parent 9f98e8c commit e94b271
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devtools/protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
class Protocol:
def __init__(self, browser_pipe):
self.tab = Tab()
self.browser_session = self.tab.browser_session
self.tabs = OrderedDict()
self.browser_pipe = browser_pipe

Expand Down

0 comments on commit e94b271

Please sign in to comment.