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 67f64da commit 66af773Copy full SHA for 66af773
examples/hack_the_planet.py
@@ -21,6 +21,7 @@ def test_all_your_base_are_belong_to_us(self):
21
wiki = "https://en.wikipedia.org/wiki/All_your_base_are_belong_to_us"
22
23
self.open(wiki)
24
+ self.click_if_visible('button[aria-label="Close"]')
25
self.set_text_content("h1#firstHeading", aybabtu)
26
self.set_text_content("#ca-history a", aybabtu)
27
self.set_text_content('#n-mainpage-description a', "ALL")
0 commit comments