Hi Michael,

All the objects are available Inside Table. Table is under Form.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML Strict//EN"><META
http-equiv="Content-Type" content="text/html; charset=windows-1252"> <HTML
lang="en" dir="ltr">

<BODY>
<FORM class="ks_panelInclude" onkeypress="return
_submitOnEnter(event,'userInboxForm');" id="userInboxForm" style="MARGIN:
0px" name="userInboxForm"
action="/faces/client/inbox/userInbox.jspx?_afPfm=4298b77a" method="post">
    <TABLE class="ks_panelInclude"
id="userInboxRendererGrid"><TBODY><TR><TD><TABLE class="ks_panelInclude"
cellSpacing="0" cellPadding="0" summary="" border="0"><TBODY><TR><TD><TABLE
class="ks_outerBlock" cellSpacing="0" cellPadding="0">
        <TBODY><TR><TD><TABLE id="test:panelBorderLayout1" cellSpacing="0"
cellPadding="0" width="100%" summary="" border="0"><TBODY><TR><TD
vAlign="top"><TABLE class="ks_rightContentBlock"><TBODY><TR><TD><TABLE
id="test:newEvaluationsLinksLayout1" cellSpacing="0" cellPadding="0"
summary="" border="0"><TBODY><TR><TD> <A class="OraLink"
id="test:newEvaluationsNewTransactionLink1"
onclick="submitForm('userInboxForm',1,{source:'test:newEvaluationsNewTransactionLink1'});return
false;" href="/faces/faces/client/inbox/userInbox.jspx#"
name="test:newEvaluationsNewTransactionLink1">New Voice Record</A>
</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>

</FORM>
</BODY></HTML>

Thanks,
Kamesh

On Tue, May 19, 2009 at 9:04 PM, Michael Hwee <michael_h...@yahoo.com>wrote:

> check to see the object is in a frame.
>
>  ------------------------------
> *From:* Kamesh G <kameshg...@gmail.com>
> *To:* watir-general@googlegroups.com
> *Sent:* Tuesday, May 19, 2009 7:45:17 AM
> *Subject:* [wtr-general] Re: Unable to locate element
>
> Hi ,
>
> I have tried with all the three options.
>
> Still i am getting same error message
>
> Thanks,
> Kamesh
>
> On Tue, May 19, 2009 at 7:37 PM, Željko Filipin
> <zeljko.fili...@wa-research.ch> wrote:
>
>> On Tue, May 19, 2009 at 3:44 PM, Kamesh <kameshg...@gmail.com> wrote:
>> > ie.link(:href, "/faces/faces/client/inbox/userInbox.jspx").click
>>
>> I think that Internet Explorer always sees absolute links (site.com/page),
>> not relative links (/page). Any of these should work:
>>
>> ie.link(:href, /userInbox.jspx/).click
>> ie.link(:href, /\/faces\/faces\/client\/inbox\/userInbox.jspx/).click
>> ie.link(:href,
>> "MyTestSite.com/faces/faces/client/inbox/userInbox.jspx").click
>>
>> Replace `MyTestSite.com` with your site in the third example.
>>
>> If you want to know more about the code I have sent, let me know.
>>
>> Željko
>>
>>
>>
>>
>
>
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to