How to send a date directly as text to a calendar control with readonly attribute using Selenium through Python?

It’s a read-only input – if you look in the HTML src, it’s got the readonly attribute. This means that send_keys, which works by emulating key presses as if it were a real user (to also trigger any eventlisteners listening for change in the input), is trying to type your value, but can’t, since it’s … Read more

VS 2017 Installation failed

Disc Space Reclaiming – Quick Wins?: Too much to read? The essential options (arguably). Final Summary This issue turned out to be a redirected TEMP and C:\Windows\Installer cache folder – with the latter being on an unavailable drive. Please be careful redirecting system folders, in particular C:\Windows\Installer. It is a super-hidden system folder and side-effects … Read more