We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfab927 commit c33471bCopy full SHA for c33471b
py/selenium/webdriver/firefox/options.py
@@ -15,11 +15,9 @@
15
# specific language governing permissions and limitations
16
# under the License.
17
18
-import os
19
from selenium.common.exceptions import WebDriverException
20
from selenium.webdriver.common.desired_capabilities import DesiredCapabilities
21
from selenium.webdriver.firefox.firefox_profile import FirefoxProfile
22
-import base64
23
24
25
class Options(object):
0 commit comments