Added pause after setting complex input to avoid race conditions
This commit is contained in:
parent
f0a49fefa4
commit
bbebba6481
@ -39,6 +39,7 @@ function setInput(browser, input, type=true) {
|
||||
browser.execute(text => {
|
||||
window.app.setInput(text);
|
||||
}, [input]);
|
||||
browser.pause(100);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user