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:
2424
2525 @pytest .mark .asyncio
2626 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
2828 are unique"""
2929 print ("\n Starting to test pydoll fingerprint spoofing functionality"
3030 "..." )
@@ -65,7 +65,7 @@ async def test_fingerprints_are_unique(self):
6565 ]
6666 print (f" Appears in instances: { indices } " )
6767
68- # Show detailed information for instances using the same
68+ # Show detailed information for instances using the same
6969 # fingerprint
7070 print (" Details:" )
7171 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:
621621
622622 def _apply_fingerprint_spoofing (self ):
623623 """
624- Apply fingerprint spoofing, generate and set a unique browser
624+ Apply fingerprint spoofing, generate and set a unique browser
625625 fingerprint
626626
627627 Returns:
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ class FingerprintGenerator:
99 """
1010 Class for generating browser fingerprint spoofing data.
1111
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.
1515 """
1616
1717 # Common operating system list
You can’t perform that action at this time.
0 commit comments