panther icon indicating copy to clipboard operation
panther copied to clipboard

A browser testing and web crawling library for PHP and Symfony

Results 149 panther issues
Sort by recently updated
recently updated
newest added

Some time ago everythig works fine, but after rebuild my image I faced with error composer json ``` "require-dev": { "dbrekelmans/bdi": "^0.3.0", "symfony/panther": "^1.1", ``` I chcked version chromium and...

A valid XPath selector for nth element, e.g. `(//a)[3]` is treated as a CSS selector because it does not start with a `/`, which causes an "invalid selector" exception to...

Hi. I'm trying read some information from page where is this table: ``` Wear Price Odds BS 21.34 0.0833% WW 23.92 0.0743% FT 30.15 0.0588% MW 44.03 0.0403% BS 54.22...

Hi, having some trouble uploading a file to a website. after creating a new instance and calling the form on the page i can not seem add the document to...

I try to select a checkbox without sending the form. With other input fields it works with: `$input->sendKeys($value);`. But how is this working if the input is a checkbox like:...

Hi, I started to play with panther since 2 days, and I've a little problem with a scenario. I want to delete a article from my app. The process is...

In a `PantherTestCase` When we use an assertion from the `BrowserKitAssertionsTrait`, we get a `TypeError `: ``` TypeError : Return value of Symfony\Component\Panther\PantherTestCase::getResponse() must be an instance of Symfony\Component\HttpFoundation\Response, instance...

I use "symfony/framework-bundle": "5.3.*", "dbrekelmans/bdi": "^0.3.0", "symfony/panther": "^1.1", with docker ``` ENV PANTHER_NO_SANDBOX 1 ENV PANTHER_CHROME_ARGUMENTS='--disable-dev-shm-usage --disable-gpu --disable-extensions --remote-debugging-port=9222' ``` after execut steps from readme I have `drivers/chromedriver` the I...

If an error occurs in the process of executing the code, then the open process remains to hang. Maybe somehow you can specify in the code a forced closing in...

Hello, Not really an issue, but I tried Panther on MacOS using the driver installation with `homebrew` on a fresh MacOS installation. I got this error : ``` “chromedriver” cannot...