wkeeling / selenium-wire

Extends Selenium's Python bindings to give you the ability to inspect requests made by the browser.
MIT License
1.86k stars 241 forks source link

leading zero numbers loosing it #638

Open Muthuvel2019 opened 1 year ago

Muthuvel2019 commented 1 year ago

leading zero values as number or string loosing the leading zeros when hitting the target web site. Chromium undetected webdriver with seleniumwire latest. I have tried 'disable_encoding':True But no luck. Please lights on this issue. Thank you