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 ef41346 commit 299ac30Copy full SHA for 299ac30
examples/verify_undetected.py
@@ -8,7 +8,7 @@
8
9
class UndetectedTest(BaseCase):
10
def test_browser_is_undetected(self):
11
- self.open("https://nowsecure.nl")
+ self.open("https://nowsecure.nl/#relax")
12
try:
13
self.assert_text("OH YEAH, you passed!", "h1", timeout=6.75)
14
self.post_message("Selenium wasn't detected!", duration=1.6)
0 commit comments