Hi:
I have some button objects in my tool. Since those are submit buttons or hyperlink, I am not sure how call them to activate. Have you tested them in this tool.
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If you build from the cvs, the buttons created "<Input type=button" are treated as WebText fields. Also, all WebTags implement click() method. You can find them based on their name/text, and then click them. I modified the source to have a WebButton class and DefaultWebButton class so that it would be more clear that it was a button, but this is in no way necessary.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi:
I have some button objects in my tool. Since those are submit buttons or hyperlink, I am not sure how call them to activate. Have you tested them in this tool.
Thanks.
If you build from the cvs, the buttons created "<Input type=button" are treated as WebText fields. Also, all WebTags implement click() method. You can find them based on their name/text, and then click them. I modified the source to have a WebButton class and DefaultWebButton class so that it would be more clear that it was a button, but this is in no way necessary.