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 244a0b5 commit f079299Copy full SHA for f079299
examples/test_download_images.py
@@ -5,7 +5,7 @@
5
6
class DownloadImages(BaseCase):
7
def test_download_images_directly(self):
8
- self.open("https://seleniumbase.io/help_docs/chart_maker/")
+ self.open("seleniumbase.io/examples/chart_maker/ReadMe")
9
img_elements_with_src = self.find_elements("img[src]")
10
unique_src_values = []
11
for img in img_elements_with_src:
0 commit comments