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