Skip to content

Commit 78d4bd5

Browse files
authored
Specify the full path for fedcm import
Specify the full path for the fedcm import, rather than just the relative path. The old way of doing it was causing issues for our build system. Also, it seems like this approach is more consistent with the other imports under "common".
1 parent 775cfb3 commit 78d4bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/selenium/webdriver/remote/webdriver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
from selenium.webdriver.common.bidi.storage import Storage
5050
from selenium.webdriver.common.bidi.webextension import WebExtension
5151
from selenium.webdriver.common.by import By
52+
from selenium.webdriver.common.fedcm.dialog import Dialog
5253
from selenium.webdriver.common.options import ArgOptions, BaseOptions
5354
from selenium.webdriver.common.print_page_options import PrintOptions
5455
from selenium.webdriver.common.timeouts import Timeouts
@@ -59,7 +60,6 @@
5960
)
6061
from selenium.webdriver.support.relative_locator import RelativeBy
6162

62-
from ..common.fedcm.dialog import Dialog
6363
from .bidi_connection import BidiConnection
6464
from .client_config import ClientConfig
6565
from .command import Command

0 commit comments

Comments
 (0)