mirror of
https://github.com/gchq/CyberChef
synced 2024-12-28 05:23:10 +00:00
Added pause after setting complex input to avoid race conditions
This commit is contained in:
parent
f0a49fefa4
commit
bbebba6481
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ function setInput(browser, input, type=true) {
|
|||
browser.execute(text => {
|
||||
window.app.setInput(text);
|
||||
}, [input]);
|
||||
browser.pause(100);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue