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

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

html - How to custom Bootstrap grid height? -

transpose - Maple isnt executing function but prints function term -