All Questions
1 question
0
votes
2
answers
155
views
Using selenium.webdriver for a more responsive Cherrypy development environment
I've been trying to use the selenium module to open a browser when the cherrypy server starts.
I want it to reload the page with cherrypy.Autoreload so i dont have to use the mouse.
As a cherrypy ...