File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
tests/security_and_privacy Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change
1
+ from selenium .webdriver .common .keys import Keys
1
2
from selenium .webdriver .remote .webelement import WebElement
2
3
3
4
from modules .page_base import BasePage
4
- from selenium .webdriver .common .keys import Keys
5
5
6
6
7
7
class GoogleSearch (BasePage ):
Original file line number Diff line number Diff line change 5
5
from modules .browser_object_navigation import Navigation
6
6
from modules .page_object_about_prefs import AboutPrefs
7
7
8
- FINGERPRINTERS_URL = "https://senglehardt.com/test/trackingprotection/test_pages/fingerprinting.html"
8
+ FINGERPRINTERS_URL = (
9
+ "https://senglehardt.com/test/trackingprotection/test_pages/fingerprinting.html"
10
+ )
9
11
10
12
11
13
def test_blocking_fingerprinter (driver : Firefox ):
You can’t perform that action at this time.
0 commit comments