Debugging selenium app 2
This commit is contained in:
@@ -18,9 +18,10 @@ class MissingKidsFetcher():
|
|||||||
# URLs
|
# URLs
|
||||||
set_urls = set()
|
set_urls = set()
|
||||||
|
|
||||||
|
# Initialize
|
||||||
|
driver = webdriver.Chrome(options=get_chrome_options())
|
||||||
|
|
||||||
try:
|
try:
|
||||||
# Initialize
|
|
||||||
driver = webdriver.Chrome(options=get_chrome_options())
|
|
||||||
# Go to URL
|
# Go to URL
|
||||||
driver.get(url)
|
driver.get(url)
|
||||||
# Iterate
|
# Iterate
|
||||||
|
|||||||
Reference in New Issue
Block a user