Spaces:
Runtime error
Runtime error
Commit
·
f5f3d9d
1
Parent(s):
b85e015
correct issue
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ async def start_playwright(question: str):
|
|
84 |
# print("Test content: ", await page.locator("//div[@class='css-zt5igj e1nzilvr3']").inner_html())
|
85 |
print("Test content: ", await page.locator("//div[@class='css-zt5igj e1nzilvr3']").inner_text())
|
86 |
|
87 |
-
await page.locator("//textarea").fill(
|
88 |
await page.wait_for_timeout(200)
|
89 |
# print("Content of Web: ", await page.content())
|
90 |
# await page.locator("//button[@class='css-1wi2cd3 e1d2x3se3']").click()
|
|
|
84 |
# print("Test content: ", await page.locator("//div[@class='css-zt5igj e1nzilvr3']").inner_html())
|
85 |
print("Test content: ", await page.locator("//div[@class='css-zt5igj e1nzilvr3']").inner_text())
|
86 |
|
87 |
+
await page.locator("//textarea").fill(question)
|
88 |
await page.wait_for_timeout(200)
|
89 |
# print("Content of Web: ", await page.content())
|
90 |
# await page.locator("//button[@class='css-1wi2cd3 e1d2x3se3']").click()
|