Andrews Medina
Andrews Medina
We should attend the following structure: - [ ] General Architecture Overview - [ ] Provisioners - [ ] Routers - [ ] Deployers - [ ] Healers - [...
tsuru should handle the error on start a started app and raises a more readable error ``` $ tsuru app-start -a staticzito ---> Starting the app "staticzito" $ tsuru app-start...
Currently, the minimum is 0 and the max is the number defined in the app quota. It is useful to ensure the process high availability and prevent that a process...
# the road to splinter 1.0 splinter has 8 years but it's still in a minor version. :( This issue is a way to share a plan with all everyone...
This is a way to execute actions on specific content areas instead within.
I believe that we should use proxy to get status code in selenium driver. Something like browsermob: https://github.com/AutomatedTester/browsermob-proxy-py
splinter have finders by name, id, css_select, tag and xpath. But check, fill_in, choose get elements by name: ``` browser.choose("some-radio") ``` It's need change this, moving these methods from browser...
It would be nice if splinter had a mechanism for register external drivers.