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
Post a Comment