-
Notifications
You must be signed in to change notification settings - Fork 10.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JS -- add support for choice widget #12826
Conversation
/botio integrationtest |
From: Bot.io (Linux m4)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 0 Live output at: http://54.67.70.0:8877/79d3b939ec4ecfc/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.67.70.0:8877/79d3b939ec4ecfc/output.txt Total script time: 2.98 mins
|
Just ran into this issue -- pdfjs does not handle setting multiple-choice select values in the Using
Dropdown "62R" (which has the |
test/integration/scripting_spec.js
Outdated
for (const num of [2, 5]) { | ||
--len; | ||
await clearInput(page, "#\\33 9R"); | ||
await page.type("#\\33 9R", `${num}`, { delay: 10 }); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does the test require this delay or is it to mimic more of a real user?
Needs a re-base too. |
/botio integrationtest |
From: Bot.io (Linux m4)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 0 Live output at: http://54.67.70.0:8877/76d0978f6b87c60/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 0 Live output at: http://3.101.106.178:8877/1786c52bdc4e603/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.67.70.0:8877/76d0978f6b87c60/output.txt Total script time: 3.25 mins
|
From: Bot.io (Windows)SuccessFull output at http://3.101.106.178:8877/1786c52bdc4e603/output.txt Total script time: 4.18 mins
|
No description provided.