Open
Description
Feature and motivation
Description
I would like to print out Selenium's documentation, because reading from the screen makes my eyes sore.
There is a "printable" version of the documentation page https://www.selenium.dev/documentation/webdriver/_print/
, but it is not actually printable:
Broken page breaks:
Messed up languages:
Code not fitting on the screen:
Firefox just prints all the languages one under another, thus making the doc 4 times longer:
Have you considered any alternatives or workarounds?
I tried writing a webscraper to fetch the page code and to format it into latex, but my knowledge of Selenium is not good enough to write it intuitively, and I cannot read the doc because it is impossible to download it.