Derrick Kearney
Derrick Kearney
Recently I was upgrading some test cases from Selene 1.x to Selene 2.x and noticed a deprecation warning for the use of `.should_not(...)`. In my Selenium 1.x tests, I used...
Sometimes Selenium's `.clear()` method doesn't work to delete the text in an input element. In the element.py `.set()` method (https://github.com/yashaka/selene/blob/master/selene/elements.py#L353), perhaps we should be using ActionChains to clear inputs before...
For the public charge project, the `docketsync` script can be setup to run in cron to collect and update comments and comment attachments. Add the script currently being used to...
In the public charge project, the `docketsync` script can be used to download comment records and comment attachments, using the https://regulations.gov HTTP API. Update the script with the capability to...