Hi, i want read javascript varaiables using nightwatch, can anybody help me
browser.execute("return window.yourGlobalVariable;", [], function(response) { var value = response.value; });
wow, nice , Thanks a lot.
Most helpful comment