Database: CommentForm
Item Details: sample
| url | http://[^/]+/sample |
|---|---|
| requires | //*[@class="entry"] |
| title | //*[@class="entry"]//h2 |
| body | //*[@class="entry"]/*[@class="body"] |
| comments_container | //*[@class="comments"]//*[@class="comment"] |
| comments_author | .//span[@class="author"] |
| comments_body | .//*[@class="body"] |
| form_form | //form |
| form_name | .//input[@name="name"] |
| form_body | .//textarea |
History
- 2008-07-15T17:46:45+09:00 by cho45