File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
iarp_utils/browser/mixins Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1+ from . import firefox as firefox_mixins
Original file line number Diff line number Diff line change 11import os
22
33
4- class FirefoxPrintToPDFMixin :
4+ class PrintToPDFMixin :
55
66 def get_driver_options (self ):
77 opts = super ().get_driver_options ()
@@ -14,7 +14,7 @@ def get_driver_options(self):
1414 return opts
1515
1616
17- class FirefoxDisableGeoLocationAbilitiesMixin :
17+ class DisableGeoLocationAbilitiesMixin :
1818
1919 def get_driver_options (self ):
2020 opts = super ().get_driver_options ()
@@ -27,7 +27,7 @@ def get_driver_options(self):
2727 return opts
2828
2929
30- class FirefoxDisableGeckodriverLogMixin :
30+ class DisableGeckodriverLogMixin :
3131
3232 def get_driver_service (self , * args , ** kwargs ):
3333 kwargs .setdefault ('log_path' , os .devnull )
You can’t perform that action at this time.
0 commit comments