-
Hello,
I should open a webpage, wait for all the js to load (eg. in puppeteer `'waitUntil' => 'networkidle0'`) and then store the entire page source into a variable....
```
-
We have noticed a change of behaviour since upgrading to chrome v91 as our client. The html function has an odd behaviour.
The below returns the html correctly:
dump($client->getCrawler()->html(…
-
Hello,
I am trying to use Panther to fill out a Stripe payment form. My Stripe fields are managed by Stripe itself from iframes generated in my form.
//Get iframe
$creditCardFrame = $this->cl…
-
### Raised by
Brian Gibb
### Describe the bug
The front end code has been recently upgraded to use Bootstrap 5. This was a change that was included in the build for the 28th February that ended u…
-
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
More and more pages aren't scrapeabl…
-
Hi all, was working with this trait for a bit.
I needed to use the trait because I can't pass environment variables to `\Symfony\Component\Panther\ProcessManager\WebServerManager`.
First thing …
-
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 the following :
I press a button, an alert sho…
-
Hi,
when I use the crawler to filter the DOM and test the content of the title tag, I receive an empty string.
Tested with:
- Debian 9.4 64bits
- PHP 7.2.3
- PHP standalone server
- Symfony …
-
I am trying to complete a Stripe payment form using Panther.
For my form, I am using Stripe Elements, which initializes the fields.
But strangely, it is impossible for me to be able to interact …
-