mgokg commited on
Commit
992bc4b
·
verified ·
1 Parent(s): 80c5de2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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