Skip to content

Commit

Permalink
logging session-id, it can be used by while searching test in grid4 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
omkarkhatavkar authored May 24, 2023
1 parent 950c5ac commit 925bf82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airgun/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ def _prepare_browser(self, url):
try:
selenium_browser = self._factory.get_browser()
self.browser = AirgunBrowser(selenium_browser, self)
LOGGER.info(f'Session Id For {self.name}: {selenium_browser.session_id}')
LOGGER.info(f'Setting initial URL to {url}')

self.browser.url = url
Expand Down

0 comments on commit 925bf82

Please sign in to comment.