Jonathan Lipps
Jonathan Lipps
using latest phpunit from composer, calling setBrowserUrl in my setUp() function does not navigate the browser.
I created a new composer project with this composer.json: ``` json { "require": { "phpunit/phpunit-selenium": ">=1.2.9" } } ``` After `php composer.phar install`, I opened up `vendor/composer/autoload_classmap.php` and noticed that...
I recently saw a log with the following in it: ``` 2023-08-24 09:32:07:494 - [HTTP] --> POST /wd/hub/session/54f235ff-2bd4-4872-853e-2d8fd5de66e2/actions 2023-08-24 09:32:07:494 - [HTTP] {"actions":[{"id":"default mouse","type":"pointer","parameters":{"pointerType":"mouse"},"actions":[{"duration":100,"x":0,"y":0,"type":"pointerMove","origin":{"ELEMENT":":wdc:1692894727303","element-6066-11e4-a52e-4f735466cecf":":wdc:1692894727303"}}]}]} 2023-08-24 09:32:07:494 - [debug] [W3C (54f235ff)]...
I contribute to a number of GitHub projects for my work, and would love to receive e-mail updates for them via my work e-mail rather than my personal e-mail. In...
### What happened? I generated `find-element-fragment.js` and pasted it into a browser. One line (minified it looks like the only line in the fragment that includes `ba.JSON.stringify`) seems to host...