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

javascript - Replicate keyboard event with html button -

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

Ansible warning on jinja2 braces on when -