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 b4be010 commit 7bc845cCopy full SHA for 7bc845c
examples/hack_the_planet.py
@@ -28,9 +28,9 @@ def test_all_your_base_are_belong_to_us(self):
28
zoom_in = "#ca-history a{zoom: 1.8;-moz-transform: scale(1.8);}"
29
self.add_css_style(zoom_in)
30
self.highlight("#ca-history a", loops=5, scroll=False)
31
- zoom_in = "div.thumbinner{zoom: 1.6;-moz-transform: scale(1.6);}"
+ zoom_in = "img[src*=Ayb]{zoom: 1.6;-moz-transform: scale(1.6);}"
32
33
- self.highlight("div.thumbinner", loops=10, scroll=False)
+ self.highlight("img[src*=Ayb]", loops=10, scroll=False)
34
35
if not self.headless:
36
self.open("https://www.apple.com/store")
0 commit comments