Skip to content Skip to sidebar Skip to footer

TypeError ERR_UNESCAPED_CHARACTERS On Testing Vue Project Using Nightwatch

I have a problem trying to setup my Nightwatch environment with Vue CLI. At this point, I just want to make it work with Chrome (we'll see for Firefox soon) but when I run a simple

Solution 1:

Following the link of Estus Flask solved my problem:

Simply add this lines in the default configuration

"chromeOptions": {
    "w3c": false
}

Post a Comment for "TypeError ERR_UNESCAPED_CHARACTERS On Testing Vue Project Using Nightwatch"