File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
py/selenium/webdriver/remote
rb/spec/integration/selenium/webdriver Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff 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" :
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments