| To: | bill.manuel@xxxxxxxxxx |
|---|---|
| Subject: | Re: [cinjug-users] HttpUnit and javascript |
| From: | Brian Bonner <brian.bonner@xxxxxxxxxxxx> |
| Date: | Fri, 29 Apr 2005 17:09:16 -0400 |
| Cc: | users@xxxxxxxxxx |
| Delivered-to: | mailing list users@cinjug.org |
| In-reply-to: | <OF8F7781AF.AFC838C9-ON85256FF2.006F4B4E-85256FF2.00706047@kroger.com> |
| Mailing-list: | contact users-help@cinjug.org; run by ezmlm |
| References: | <OF8F7781AF.AFC838C9-ON85256FF2.006F4B4E-85256FF2.00706047@kroger.com> |
| User-agent: | Mozilla Thunderbird 1.0 (Windows/20041206) |
Hey, Bill, Seems to me you can grab the element by ID (you'll have to add it). We did something similar to this on a past project. <tr id="xyz" onclick="takeOverTheWorld();><td>some text</td></tr> *HTMLPage page; ... page.getElementWithID*("xyz").getScriptableDelegate(). and so on. BTW, I may not have this exactly correct, but hopefully that will help you. Brian bill.manuel@xxxxxxxxxx wrote:
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | HttpUnit and javascript, bill . manuel |
|---|---|
| Previous by Thread: | HttpUnit and javascript, bill . manuel |
| Indexes: | [Date] [Thread] [Top] [All Lists] |