Skip to content

Commit 55c76fa

Browse files
committed
Update method comment
1 parent 90d5df0 commit 55c76fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

seleniumbase/fixtures/base_case.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ def __init__(self, *args, **kwargs):
8282
self._tour_steps = {}
8383

8484
def open(self, url):
85+
""" Navigates the current browser window to the specified page. """
8586
self.__last_page_load_url = None
8687
self.driver.get(url)
8788
if settings.WAIT_FOR_RSC_ON_PAGE_LOADS:

0 commit comments

Comments
 (0)