File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
selenium/webdriver/common/bidi
test/selenium/webdriver/common Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1515# specific language governing permissions and limitations
1616# under the License.
1717
18- from typing import Dict , List
18+ from typing import Dict
19+ from typing import List
1920
2021
2122class ClientWindowState :
2223 """Represents a window state."""
24+
2325 FULLSCREEN = "fullscreen"
2426 MAXIMIZED = "maximized"
2527 MINIMIZED = "minimized"
Original file line number Diff line number Diff line change 1717
1818import pytest
1919
20- from selenium .webdriver .common .bidi .browser import ClientWindowInfo , ClientWindowState
20+ from selenium .webdriver .common .bidi .browser import ClientWindowInfo
21+ from selenium .webdriver .common .bidi .browser import ClientWindowState
2122
2223
2324@pytest .mark .xfail_safari
You can’t perform that action at this time.
0 commit comments