Skip to content

Commit 9a17748

Browse files
committed
Fix formatting
1 parent e3781be commit 9a17748

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

py/selenium/webdriver/remote/webdriver.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1255,7 +1255,6 @@ def _get_cdp_details(self):
12551255
import urllib3
12561256

12571257
http = urllib3.PoolManager()
1258-
_firefox = False
12591258
if self.caps.get("browserName") == "chrome":
12601259
debugger_address = self.caps.get("goog:chromeOptions").get("debuggerAddress")
12611260
elif self.caps.get("browserName") == "MicrosoftEdge":

rb/spec/integration/selenium/webdriver/devtools_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ module WebDriver
113113
an_object_having_attributes(type: :log, args: [hash_including('type' => 'object')])
114114
)
115115
expect(logs).to include(
116-
an_object_having_attributes(type: :log, args: [hash_including('location')])
117-
)
116+
an_object_having_attributes(type: :log, args: [hash_including('location')])
117+
)
118118
end
119119

120120
it 'notifies about exceptions' do

0 commit comments

Comments
 (0)