Skip to content

Commit

Permalink
Merge branch 'feat/playwright' into feat/QAWTO-188
Browse files Browse the repository at this point in the history
  • Loading branch information
jruizg23 authored Jul 15, 2024
2 parents f1351a9 + 8604935 commit 3202bff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions toolium/driver_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ async def connect_playwright_new_page(self):
:returns: playwright driver
"""

self.driver = await self.playwright_context.new_page(
**ConfigDriver(self.config, self.utils).get_playwright_page_options()
)
Expand Down

0 comments on commit 3202bff

Please sign in to comment.