You've already forked SeleniumHQ.selenium.py
[py] fix linting
NOKEYCHECK=True GitOrigin-RevId: c258b225a01250aa9201558d849815508dc24fc4
This commit is contained in:

committed by
Copybara-Service

parent
a8e4419818
commit
af29d81a20
test/selenium/webdriver/chrome
@@ -18,6 +18,7 @@ import pytest
|
||||
|
||||
from selenium.common.exceptions import WebDriverException
|
||||
|
||||
|
||||
@pytest.mark.no_driver_after_test
|
||||
def test_network_conditions_emulation(driver):
|
||||
driver.set_network_conditions(offline=False, latency=56, throughput=789) # additional latency (ms)
|
||||
|
@@ -15,13 +15,14 @@
|
||||
# specific language governing permissions and limitations
|
||||
# under the License.
|
||||
import os
|
||||
import pytest
|
||||
import subprocess
|
||||
import time
|
||||
|
||||
import pytest
|
||||
|
||||
from selenium.common.exceptions import WebDriverException
|
||||
from selenium.webdriver import Chrome
|
||||
from selenium.webdriver.chrome.service import Service
|
||||
from selenium.common.exceptions import WebDriverException
|
||||
|
||||
|
||||
@pytest.mark.xfail_chrome(raises=WebDriverException)
|
||||
|
@@ -15,8 +15,9 @@
|
||||
# specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
import pytest
|
||||
import os
|
||||
|
||||
import pytest
|
||||
import urllib3
|
||||
|
||||
from selenium import webdriver
|
||||
|
Reference in New Issue
Block a user