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 240 forks source link

Is it possible to get file date from server? #695

Open RomulBY opened 11 months ago

RomulBY commented 11 months ago

Hello. Is it possible to get the date (timestamp) of a file from the server using selenium-wire?

Similarly, how the requests library receives the date from the header - .headers['last-modified']