Changeset 1894 for trunk/autoquest-plugin-html
- Timestamp:
- 03/05/15 11:57:56 (10 years ago)
- 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 34 34 div(htmlId\=date-chooser)/div[0]=date-chooser_day 35 35 36 It 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 38 document(path\=/pathToPage/)=CLEAR_QUERY 39 document(path\=/pathToOtherPath)=new/path 40 document(path\=/pathTo/Page/withQuery/=CLEAR_QUERY,new/path (clears the query and changes the path at once 41 42 For path specifications, also wild cards are allowed. To denote the end of a path, the $ sign can be used. 43 36 44 37 45 $USAGE$ -
trunk/autoquest-plugin-html/src/main/resources/manuals/parseHTML
r1496 r1894 25 25 Please 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. 26 26 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:27 To 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: 28 28 29 29 body/div/div/div/form= … … 33 33 body/div[5]=date-chooser 34 34 div(htmlId\=date-chooser)/div[0]=date-chooser_day 35 36 It 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 38 document(path\=/pathToPage/)=CLEAR_QUERY 39 document(path\=/pathToOtherPath)=new/path 40 document(path\=/pathTo/Page/withQuery/=CLEAR_QUERY,new/path (clears the query and changes the path at once 41 42 For path specifications, also wild cards are allowed. To denote the end of a path, the $ sign can be used. 43 35 44 36 45 $USAGE$
Note: See TracChangeset
for help on using the changeset viewer.