Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ def selenium(message):
|
|
38 |
url = "https://copilot.microsoft.com/"
|
39 |
#url = 'https://www.spiegel.de'
|
40 |
#<ol class="AmbQnf">
|
41 |
-
wd.get(url
|
42 |
time.sleep(3)
|
43 |
#wait = WebDriverWait(wd, 15) # Korrektur der Instanziierung
|
44 |
#textarea = wait.until(EC.visibility_of_element_located((By.ID, "userInput"))) # Korrektur der Verwendung von EC
|
|
|
38 |
url = "https://copilot.microsoft.com/"
|
39 |
#url = 'https://www.spiegel.de'
|
40 |
#<ol class="AmbQnf">
|
41 |
+
wd.get(url)
|
42 |
time.sleep(3)
|
43 |
#wait = WebDriverWait(wd, 15) # Korrektur der Instanziierung
|
44 |
#textarea = wait.until(EC.visibility_of_element_located((By.ID, "userInput"))) # Korrektur der Verwendung von EC
|