Testing with ChromeDriver
Browse files
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']")
|