You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The execute() API is async, it returns a promise. The FirefoxDomExecutor is synchronous,
it 'sends' the command with dispatchEvent() and receives the response in the onResponse_
handler. Since we null the pendingCommand_ in the onResponse_ handler, we must save
the the promise needed by the API before calling dispatchEvent().
Signed-off-by: Jason Juang <[email protected]>
0 commit comments