Skip to content

Commit

Permalink
removing the unknown desired capability attributes (#862)
Browse files Browse the repository at this point in the history
(cherry picked from commit 03efaf1)

Co-authored-by: omkarkhatavkar <[email protected]>
  • Loading branch information
Satellite-QE and omkarkhatavkar committed Jun 14, 2023
1 parent 8965d9b commit a9c8341
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions airgun/browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,6 @@ def _get_remote_browser(self):
Note: should not be called directly, use :meth:`get_browser` instead.
"""
desired_capabilities = self.web_kaifuku['webdriver_options']['desired_capabilities']
desired_capabilities.update({'name': self.test_name})
manager = BrowserManager.from_conf(self.web_kaifuku)
self._webdriver = manager.start()
self._set_session_cookie()
Expand Down

0 comments on commit a9c8341

Please sign in to comment.