Peter Philipp
Peter Philipp
There was this pull request #49 which was committed https://github.com/sqmk/pecl-jsmin/pull/49/commits/0a291e0eb520de03d96c1acf2300588541deca61 Maybe this affected this issue as well. Will try to give it a test and report back.
Issue #44 still occurs in the latest code base
Looks like that's an issue in the original JSMin code: https://github.com/douglascrockford/JSMin/issues/11
Same error when explicitly checking a undefined variable. Following template should always run even if `lie` isn't defined and `strict_variables` is enabled - just the output should change: ``The {{...
After further evaluation I suspect my comment above points to a different issue as it seem like the regression was just recently introduced - I created a dedicated issue for...
I tried to fiddle with the code a bit but didn't come far. While I was able to disable the strict check based on the fact that it was running...
I had a request to `wd/hub/session/chrome-100-0-4896-75-1-bc5dc535-0653-4f64-814c-d172db4c1582/session/bed6779a89bb52104cef11e83d40d7e6/cookie` return `null` as value. Underlying library is `instaclick/php-webdriver` - `\WebDriver\Session::getAllCookies()` which just passes the value as received from the endpoint back to the consumer....
As a reference - following code seems to work at least with some browsers: ```php /** * Attaches multiple files to field with specified id|name|label|value * * @see https://tuyennta.com/upload-multiple-files-in-selenium/ *...
Added tests, based on testPageTextMatches / testPageTextNotMatches / testFieldValueEquals / testFieldValueNotEquals. Edit: Commits have been squashed.
I'm using something like this in my Vagrantfile: ``` # Use Docker Compose # Plugin: https://github.com/leighmcculloch/vagrant-docker-compose docker_yml = ["/vagrant/docker/docker-compose.yml"] # The docker provisioner doesn't autodetect the override.yml if File.exist?("docker/docker-compose.project.override.yml") docker_yml