uk_bin_collection 0.147.1__py3-none-any.whl → 0.147.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,11 +1,11 @@
1
1
  import time
2
+ from datetime import datetime
2
3
 
3
4
  from bs4 import BeautifulSoup
4
5
  from selenium.webdriver.common.by import By
6
+ from selenium.webdriver.common.keys import Keys
5
7
  from selenium.webdriver.support import expected_conditions as EC
6
8
  from selenium.webdriver.support.ui import Select, WebDriverWait
7
- from selenium.webdriver.common.keys import Keys
8
- from datetime import datetime
9
9
 
10
10
  from uk_bin_collection.uk_bin_collection.common import *
11
11
  from uk_bin_collection.uk_bin_collection.get_bin_data import AbstractGetBinDataClass
@@ -58,7 +58,7 @@ class CouncilClass(AbstractGetBinDataClass):
58
58
  time.sleep(2)
59
59
  # Wait for address box to be visible
60
60
  select_address_input = WebDriverWait(driver, 10).until(
61
- EC.presence_of_element_located(
61
+ EC.element_to_be_clickable(
62
62
  (
63
63
  By.ID,
64
64
  "WASTECOLLECTIONCALENDARV2_ADDRESS_ALML",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: uk_bin_collection
3
- Version: 0.147.1
3
+ Version: 0.147.2
4
4
  Summary: Python Lib to collect UK Bin Data
5
5
  Author: Robert Bradley
6
6
  Author-email: robbrad182@gmail.com
@@ -135,7 +135,7 @@ uk_bin_collection/uk_bin_collection/councils/GlasgowCityCouncil.py,sha256=9Rk9Kf
135
135
  uk_bin_collection/uk_bin_collection/councils/GloucesterCityCouncil.py,sha256=67D8rbhn0t4rsCSJRTXZVtHmph2wT6rJiexNWKOnMok,4625
136
136
  uk_bin_collection/uk_bin_collection/councils/GooglePublicCalendarCouncil.py,sha256=1YLxRgiAyOi6ekPYUMJ_F8dKsx62lAeOi1NmT47E8zo,1216
137
137
  uk_bin_collection/uk_bin_collection/councils/GraveshamBoroughCouncil.py,sha256=ueQ9xFiTxMUBTGV9VjtySHA1EFWliTM0AeNePBIG9ho,4568
138
- uk_bin_collection/uk_bin_collection/councils/GreatYarmouthBoroughCouncil.py,sha256=lEtV-zxApiWXEJUEedaNiwBA3Oo1x8uM7m7GtRKfT_8,5469
138
+ uk_bin_collection/uk_bin_collection/councils/GreatYarmouthBoroughCouncil.py,sha256=eEbelGZz_L9KhiBGWr-LqesDvsuwfBdHH8gHMaizRWc,5465
139
139
  uk_bin_collection/uk_bin_collection/councils/GuildfordCouncil.py,sha256=9pVrmQhZcK2AD8gX8mNvP--L4L9KaY6L3B822VX6fec,5695
140
140
  uk_bin_collection/uk_bin_collection/councils/GwyneddCouncil.py,sha256=eK2KkY1NbIxVtBruQYSNPA0J7fuzMik5it02dFbKYV0,1855
141
141
  uk_bin_collection/uk_bin_collection/councils/HackneyCouncil.py,sha256=vO3ugk5fcdkYTslXNKmpJC84-ZHqrdFqW8zfX7TSiTQ,3104
@@ -334,8 +334,8 @@ uk_bin_collection/uk_bin_collection/councils/YorkCouncil.py,sha256=I2kBYMlsD4bId
334
334
  uk_bin_collection/uk_bin_collection/councils/council_class_template/councilclasstemplate.py,sha256=QD4v4xpsEE0QheR_fGaNOIRMc2FatcUfKkkhAhseyVU,1159
335
335
  uk_bin_collection/uk_bin_collection/create_new_council.py,sha256=m-IhmWmeWQlFsTZC4OxuFvtw5ZtB8EAJHxJTH4O59lQ,1536
336
336
  uk_bin_collection/uk_bin_collection/get_bin_data.py,sha256=YvmHfZqanwrJ8ToGch34x-L-7yPe31nB_x77_Mgl_vo,4545
337
- uk_bin_collection-0.147.1.dist-info/LICENSE,sha256=vABBUOzcrgfaTKpzeo-si9YVEun6juDkndqA8RKdKGs,1071
338
- uk_bin_collection-0.147.1.dist-info/METADATA,sha256=QntejjqYdQDDinBpWj5Nhb6PD1_WLXkwH5IrZ0q66cQ,20914
339
- uk_bin_collection-0.147.1.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
340
- uk_bin_collection-0.147.1.dist-info/entry_points.txt,sha256=36WCSGMWSc916S3Hi1ZkazzDKHaJ6CD-4fCEFm5MIao,90
341
- uk_bin_collection-0.147.1.dist-info/RECORD,,
337
+ uk_bin_collection-0.147.2.dist-info/LICENSE,sha256=vABBUOzcrgfaTKpzeo-si9YVEun6juDkndqA8RKdKGs,1071
338
+ uk_bin_collection-0.147.2.dist-info/METADATA,sha256=BrMV0QAdqHhWVOthzHNNSx0gW2Hol8Xr2l_ASF06IcI,20914
339
+ uk_bin_collection-0.147.2.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
340
+ uk_bin_collection-0.147.2.dist-info/entry_points.txt,sha256=36WCSGMWSc916S3Hi1ZkazzDKHaJ6CD-4fCEFm5MIao,90
341
+ uk_bin_collection-0.147.2.dist-info/RECORD,,