File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ class TestFingerprint:
24
24
25
25
@pytest .mark .asyncio
26
26
async def test_fingerprints_are_unique (self ):
27
- """Test if fingerprints generated from multiple browser instances
27
+ """Test if fingerprints generated from multiple browser instances
28
28
are unique"""
29
29
print ("\n Starting to test pydoll fingerprint spoofing functionality"
30
30
"..." )
@@ -65,7 +65,7 @@ async def test_fingerprints_are_unique(self):
65
65
]
66
66
print (f" Appears in instances: { indices } " )
67
67
68
- # Show detailed information for instances using the same
68
+ # Show detailed information for instances using the same
69
69
# fingerprint
70
70
print (" Details:" )
71
71
for idx in indices :
Original file line number Diff line number Diff line change @@ -621,7 +621,7 @@ def _get_default_binary_location(self) -> str:
621
621
622
622
def _apply_fingerprint_spoofing (self ):
623
623
"""
624
- Apply fingerprint spoofing, generate and set a unique browser
624
+ Apply fingerprint spoofing, generate and set a unique browser
625
625
fingerprint
626
626
627
627
Returns:
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ class FingerprintGenerator:
9
9
"""
10
10
Class for generating browser fingerprint spoofing data.
11
11
12
- This class is responsible for generating unique browser fingerprints for
13
- each session to disguise the browser environment and avoid tracking and
14
- fingerprint identification.
12
+ This class is responsible for generating unique browser fingerprints
13
+ for each session to disguise the browser environment and avoid tracking
14
+ and fingerprint identification.
15
15
"""
16
16
17
17
# Common operating system list
You can’t perform that action at this time.
0 commit comments