Juna190825 commited on
Commit
3f0649c
·
verified ·
1 Parent(s): 28a6cee

Testing with ChromeDriver

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -208,6 +208,7 @@ def fetch_sentences(input_text):
208
  )
209
  textarea.clear()
210
  textarea.send_keys(input_text)
 
211
  time.sleep(20)
212
 
213
  button = driver.find_element(By.XPATH, "//button[@title='Submit message']")
 
208
  )
209
  textarea.clear()
210
  textarea.send_keys(input_text)
211
+ print("...after: sending")
212
  time.sleep(20)
213
 
214
  button = driver.find_element(By.XPATH, "//button[@title='Submit message']")