Reformat the list of examples

This commit is contained in:
markm 2010-12-20 17:46:42 +09:00
parent 4805ede871
commit 16557200bf

@ -21,27 +21,20 @@ The following examples are included:
language of product that they were programmed for. All examples have
been programmed for English Software except where highlighted.
``mspaint.py`` Control MSPaint
``notepad_fast.py`` Use fast timing settings to control Notepad
``notepad_slow.py`` Use slow timing settings to control Notepad
``notepad_item.py`` Use item rather then attribute access to control Notepad.
``MiscExamples.py`` Show some exceptions and how to get control identifiers.
``SaveFromInternetExplorer.py`` Save a Web Page from Internet Explorer
``SaveFromFirefox.py`` Save a Web Page from Firefox.
``get_winrar_info.py`` Example of how to do multilingual automation.
- ``mspaint.py`` Control MSPaint
- ``notepad_fast.py`` Use fast timing settings to control Notepad
- ``notepad_slow.py`` Use slow timing settings to control Notepad
- ``notepad_item.py`` Use item rather then attribute access to control Notepad.
- ``MiscExamples.py`` Show some exceptions and how to get control identifiers.
- ``SaveFromInternetExplorer.py`` Save a Web Page from Internet Explorer -
- ``SaveFromFirefox.py`` Save a Web Page from Firefox.
- ``get_winrar_info.py`` Example of how to do multilingual automation.
This is not an ideal example (works on French, Czech and German WinRar)
``ForteAgentSample.py`` Example of dealing with a complex application that
- ``ForteAgentSample.py`` Example of dealing with a complex application that
is quite dynamic and gives different dialogs often when starting.
``windowmediaplayer.py`` Just another example - deals with check boxes in a
- ``windowmediaplayer.py`` Just another example - deals with check boxes in a
ListView.
``test_sakura.py`` Two examples of automating a Japanase product.
``test_sakura2.py``
- ``test_sakura.py``, ``test_sakura2.py`` Two examples of automating a Japanase product.
Automate notepad at the command line
-------------------------------------
@ -117,4 +110,3 @@ Please find below a sample run ::
9. Ask to exit Notepad
10. We will be asked if we want to save - Click on the "No" button.