Skip to content

Commit

Permalink
fix: High Peak have changed their cookie dialog
Browse files Browse the repository at this point in the history
Seems to be safe to ignore it now.
  • Loading branch information
azdlowry committed Oct 2, 2024
1 parent 8617748 commit c46a397
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,6 @@ def parse_data(self, page: str, **kwargs) -> dict:
driver = create_webdriver(web_driver, headless, None, __name__)
driver.get(page)

# Hide Cookies
inputElement_hc = driver.find_element(
By.CLASS_NAME, "cookiemessage__link--close"
)
inputElement_hc.click()

# Enter postcode in text box and wait
inputElement_pc = driver.find_element(
By.ID, "FINDBINDAYSHIGHPEAK_POSTCODESELECT_POSTCODE"
Expand Down

0 comments on commit c46a397

Please sign in to comment.