Skip to content

Tags: zenstruck/browser

Tags

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[feature] add authentication assertions to `KernelBrowser` (#84)

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
kbond Kevin Bond
[doc] review documentation

v0.11.0

Toggle v0.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[feature] fail if trying to manipulate an "exception" page (#81)

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #74 from kbond/expand-use

Add ability to "use" `CookieJar` and `DataCollectorInterface`

v0.9.2

Toggle v0.9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[bug] Normalized test name matches int and string indexed data provid…

…er (#68)

v0.9.1

Toggle v0.9.1's commit message

Verified

This commit was signed with the committer’s verified signature.
kbond Kevin Bond
[minor] allow panther 2

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[feature] add Symfony 6 support (#64)

v0.8.1

Toggle v0.8.1's commit message

Verified

This commit was signed with the committer’s verified signature.
kbond Kevin Bond
[minor] allow setting server parameters to kernel browser

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[feature] allow Browser::click() to work with css selectors (#60)

* Add Browser::clockOnElement()

* Allow CSS selectors

* Added a small test

* Merge into click()

v0.7.1

Toggle v0.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #56 from kbond/button-click-regression

Form submission regression