Skip to content

Commit 475785a

Browse files
committed
Update an example
1 parent f447e39 commit 475785a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/raw_pixelscan.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
sb.driver.uc_open_with_reconnect("https://pixelscan.net/", 10)
55
sb.remove_elements("jdiv") # Remove chat widgets
66
sb.assert_text("No automation framework detected", "pxlscn-bot-detection")
7-
sb.assert_text("You are not masking your fingerprint")
7+
not_masking = "You are not masking your fingerprint"
8+
sb.assert_text(not_masking, "pxlscn-fingerprint-masking")
89
sb.highlight("span.text-success", loops=8)
910
sb.sleep(1)
1011
sb.highlight("pxlscn-fingerprint-masking div", loops=9, scroll=False)

0 commit comments

Comments
 (0)