Jeroen Boschman

Results 6 comments of Jeroen Boschman

I've got exactly the same problem. As far as I understand there are two different Google Geocoding API versions: a server-side version (which should not be used in a client-side...

I've done some research and it seems that `GoogleProvider` is using the server-side version of the API. **Important warning**: don't use `leaflet-geosearch/GoogleProvider` in your client-side projects! You're not able to...

On [the link you provide](https://symfony2-plugin.espend.de/extension/method_parameter.html#hash-tags) there's a note at the bottom of the page: > TranslationKey are filtered on a TranslationDomain parameter, when provided else fallback to `messages` You should...

I'm experiencing the exact same problem since Chrome 91. Have you found any workarounds?

Any news on this issue? How are people able to still use the DomCrawler with this problem? For me unfortunately Panther became practically useless.

It's not a bug, it's a feature... I did some research and found a solution! ChromeDriver 91 (and up) [became compliant](https://bugs.chromium.org/p/chromium/issues/detail?id=1205107#c25) with the W3C standard regarding the "Get Element Attribute"....