Changeset 1894


Ignore:
Timestamp:
03/05/15 11:57:56 (9 years ago)
Author:
pharms
Message:
  • added support for mapping document paths and removing their queries
Location:
trunk/autoquest-plugin-html/src/main/resources/manuals
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-plugin-html/src/main/resources/manuals/parseDirHTML

    r1843 r1894  
    3434div(htmlId\=date-chooser)/div[0]=date-chooser_day 
    3535 
     36It is also possible to set a new path for a document and to clear queries belonging to the paths of the documents. Examples for this are: 
     37 
     38document(path\=/pathToPage/)=CLEAR_QUERY 
     39document(path\=/pathToOtherPath)=new/path 
     40document(path\=/pathTo/Page/withQuery/=CLEAR_QUERY,new/path   (clears the query and changes the path at once 
     41 
     42For path specifications, also wild cards are allowed. To denote the end of a path, the $ sign can be used. 
     43 
    3644 
    3745$USAGE$ 
  • trunk/autoquest-plugin-html/src/main/resources/manuals/parseHTML

    r1496 r1894  
    2525Please note that for specifying the keys, it is required to escape any = sign in the key specification. This is usually required if the path to the denoted GUI elements denotes elements by their id as shown in the example. 
    2626 
    27 To remove the id of a specified tag, the value must be empty. To set the id, the value must the id the tag shall have. To clear the index of the specified tag, that value must be CLEAR_INDEX. Here are some further example entries: 
     27To remove the id of a specified tag, the value must be empty. To set the id, the value must be the id the tag shall have. To clear the index of the specified tag, that value must be CLEAR_INDEX. Here are some further example entries: 
    2828 
    2929body/div/div/div/form= 
     
    3333body/div[5]=date-chooser 
    3434div(htmlId\=date-chooser)/div[0]=date-chooser_day 
     35 
     36It is also possible to set a new path for a document and to clear queries belonging to the paths of the documents. Examples for this are: 
     37 
     38document(path\=/pathToPage/)=CLEAR_QUERY 
     39document(path\=/pathToOtherPath)=new/path 
     40document(path\=/pathTo/Page/withQuery/=CLEAR_QUERY,new/path   (clears the query and changes the path at once 
     41 
     42For path specifications, also wild cards are allowed. To denote the end of a path, the $ sign can be used. 
     43 
    3544 
    3645$USAGE$ 
Note: See TracChangeset for help on using the changeset viewer.