David Burns

Results 111 comments of David Burns

we should do > I think probably a specification clarification is needed here. For compatibility with other WebDriver implementations I think there should be a step 0 in Delete Session...

We definitely do maintain that code, though its not needed maintenance for some time. I haven't seen an issue like this before. Is this coming from the `getAttribute` atom?

@AlaaSayed794 Is this fixed? We have done a number of fixes in this area and aren't able to reproduce it anymore.

Thank you for this idea. We won't be implementing it for now as you can solve this by using string templating in JavaScript. E.g. `https://nightwatchjs.org?id=${1}` You can also use custom...

Let's see about deprecating this. It's not coming up often and can be replaced with `executeScript` or using [getElementRect](https://nightwatchjs.org/api/getElementRect.html#apimethod-container)

Closing as this is chrome being overly verbose in it's output. Ideally Nightwatch shouldn't be affecting the logs coming out of Chrome as we might miss important info.