修改完成55%
This commit is contained in:
@@ -45,6 +45,11 @@ const waitFor = async (send, expression, message) => {
|
||||
}
|
||||
|
||||
const setInput = async (send, index, value) => {
|
||||
await waitFor(
|
||||
send,
|
||||
`Boolean(document.querySelectorAll('.flow-fields input')[${index}])`,
|
||||
`G03 input ${index} did not render`
|
||||
)
|
||||
const expression = `(() => {
|
||||
const input = document.querySelectorAll('.flow-fields input')[${index}]
|
||||
if (!input) return false
|
||||
|
||||
Reference in New Issue
Block a user