.. meta:: :description: Documentation for splinter, an open source tool for testing web applications :keywords: splinter, python, tutorial, documentation, web application, tests, atdd, tdd, acceptance tests +++++++++++++++++++++++++++++++++++++++++++++ automate web application actions using python +++++++++++++++++++++++++++++++++++++++++++++ :doc:`what's new in splinter 0.0.3? ` First steps =========== Getting started --------------- * :doc:`Installation ` * :doc:`Setup Google Chrome driver ` * :doc:`Quick tutorial ` Basic browsing and interactions ------------------------------- * :doc:`Browser and navigation ` * :doc:`Finding elements ` * :doc:`Interacting with elements and forms ` JavaScript support ------------------ * :doc:`Executing JavaScript ` * :doc:`AJAX and asynchronous JavaScript ` Walking on... ------------- * :doc:`Dealing with HTTP status code and exceptions ` * :doc:`Interacting with iframes, alerts and prompts ` Get in touch ============ * :doc:`Community ` * :doc:`Contribute `