Kévin Dunglas

Results 764 comments of Kévin Dunglas

Ok, this is because WebDriver returns only the **displayed** text, and by definition anything in `` is hidden. Here is a workaround: http://grokbase.com/t/gg/webdriver/155wx8zwjv/how-to-get-the-content-tags-that-reside-in-head-head-of-a-webpage Maybe can we change this behavior, and...

Or we can add a flag to `getText`, like `getText(bool $includeHidden)` that will be false by default.

A notice in the docs would be great. Do you want to work on this?

Is this directory in your PATH?

It should be fixed in the last release (we now use a default port different than the XDebug one).

Ok it's not related to the webserver port, but to the one used by ChromeDriver to expose its own control API.

It probably means that ChromeDriver is down.

It's maybe related to the bug I try to fix in https://github.com/symfony/panther/pull/425. However I didn't manage to get this patch working and I'm not sure of when I'll have the...

Hi @gravitiq-cm, as explained previously, this error is most likely caused by the bug I tried to fix in https://github.com/symfony/panther/pull/425 Unfortunately, I didn't find the time to finish it and...