Hello, found an issue, each driver seems to have issues with Query parameters.
Test Link has two query parameters:
param1=Value Space
lang=en
Link to test
https://google.com/hello/?param1=Value%20Space&lang=en
Twitter & Telegram & WhatsApp Driver Missing %20 for spaces, and only includes the First query:
https://google.com/hello/?param1=Value Space
Facebook Driver shows only the first parameter:
https://google.com/hello/?param1=Value%20Space
I think the issue happens if the parameter has spaces.