Skip to content

Commit

Permalink
Merge pull request #825 from azdlowry/master
Browse files Browse the repository at this point in the history
fix: High Peak have changed their cookie dialog
  • Loading branch information
dp247 authored Oct 2, 2024
2 parents 8617748 + c46a397 commit 5d2c6df
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 5d2c6df

Please sign in to comment.