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