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 e01d9f7 commit 88d8e6bCopy full SHA for 88d8e6b
ofac_scraper.py
@@ -53,7 +53,7 @@ def get_sha256_checksum(self):
53
54
# Scroll to (waiting for animation) and Click the 'File
55
# Signatures' button with the known ID
56
- header_element = self.driver.find_element(by, value)
+ header_element = self.driver.find_element(By.ID, "accordion__heading-:r1:")
57
ActionChains(self.driver).move_to_element(header_element).perform()
58
time.sleep(1)
59
header_element.click()
0 commit comments