javascript - Element on non-active modal being clicked before element on active modal -


originally getting following error: element not clickable @ point (326, 792.5). decided use following around issue :

api.execute( (selector)=>{   document.queryselector(selector).click() }, ['#modal_submit_selected'])  

my current issue piece of code executes before regular nightwatch click on element despite regular nightwatch click command being called before above piece of code. can here?


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -