I love Selenium, but there are a few things that it still handles poorly. Interacting with non-standard web native inputs is one of those items, for example color pickers, date inputs. You can usually get around these by simply setting the value using the executeScript method. But this doesn’t work so easily if you are…

Read More