We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f447e39 commit 475785aCopy full SHA for 475785a
examples/raw_pixelscan.py
@@ -4,7 +4,8 @@
4
sb.driver.uc_open_with_reconnect("https://pixelscan.net/", 10)
5
sb.remove_elements("jdiv") # Remove chat widgets
6
sb.assert_text("No automation framework detected", "pxlscn-bot-detection")
7
- sb.assert_text("You are not masking your fingerprint")
+ not_masking = "You are not masking your fingerprint"
8
+ sb.assert_text(not_masking, "pxlscn-fingerprint-masking")
9
sb.highlight("span.text-success", loops=8)
10
sb.sleep(1)
11
sb.highlight("pxlscn-fingerprint-masking div", loops=9, scroll=False)
0 commit comments