j
j
Thanks for the fast response. Any tips on making something like this work? ``` // Register atom.commands.add 'atom-workspace', 'grunt-runner', (task) => startProcess = @view.startProcess.bind @view startProcess task // Run atom.commands.dispatch(...
TL;DR - using the code as written, no. Your idea to put them in the same ScatterChart is the best solution without modifying library code or creating your own ScatterChart...
Nope. Didn't fix it.
I just tried it a bunch more times and got a successful result a couple times, but not reliably... Here's a pared down version of the code I was running...
I'm not running it headless, and the page is definitely loading fine ( I even tried adding a pause into the test before taking the shot ). These are my...
My nightwatch.json looks like this - ``` { "selenium": { "start_process": true, "server_path": "./node_modules/selenium-server/lib/runner/selenium-server-standalone-2.38.0.jar", "log_path": "./results", "host": "127.0.0.1", "port": 4444, "cli_args": { "webdriver.chrome.driver": "./node_modules/.bin/chromedriver", "webdriver.ie.driver": "./node_modules/dalek-browser-ie/lib/bin/IEDriverServer.exe" } }, "test_settings": {...
I got it reliably working and not working for me. I have 2 screens - laptop and attached monitor. When I leave it opening on the laptop screen, the screenshot...
I had an added issue in Chrome where if the element to screenshot was below the fold, I needed to scroll to the element, then subtract the scrollTop from the...
Are you referring to this pull request? https://github.com/nightwatchjs/nightwatch/pull/686 If so, it hasn't been merged yet. If it is, I plan to file a pull request against this repo with docs...
parseInt is very aggressive. It seems way better to subclass Select to do what you need than to make this the default behavior. It's easy to make your own 'SelectInteger'...