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 909f572 commit 363e805Copy full SHA for 363e805
examples/wordle_test.py
@@ -61,7 +61,9 @@ def skip_if_incorrect_env(self):
61
def test_wordle(self):
62
self.skip_if_incorrect_env()
63
self.open("https://www.nytimes.com/games/wordle/index.html")
64
+ self.remove_elements("div.ad")
65
self.click('svg[data-testid="icon-close"]')
66
67
self.initialize_word_list()
68
word = random.choice(self.word_list)
69
num_attempts = 0
0 commit comments