Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
On click no Page Navigation
#1
Not Solved Exclamation 
[color=#FFD700]Hi, When I click on a link say "Search Relationships" by the code shown below page navigation to the page the link is pointing to doesn't happen.
Code:
Browser("name:=browser").Page("Page:=Page").WebTable("html id:=_ctl0_Search").WebElement("html tag:=TD","innertext:=Search Relationships).click

The source code of the page correspoding to the link is as shown below
Code:
<TABLE class=ContextMenu id=_ctl0_Search style="DISPLAY: none" cellSpacing=0 cellPadding=0><TBODY>
<TR class=ContextMenuItemHeader style="DISPLAY: none" commandname="Header">
<TD colSpan=2></TD></TR<TR class=ContextMenuItem onmouseover="this.className = 'ContextMenuItemSelected'" onclick="opener.PopupWindow.close ();opener.location.href = '/Genesis/Search/RelationshipSearch.aspx';opener.contextMenuClick (this);" onmouseout="this.className = 'ContextMenuItem'" commandname="RelationshipSearch">
<TD class=Image><IMG height=16 src="/Genesis/Images/Search.gif" width=16 align=absMiddle></TD>
<TD class=Text noWrap>Search Relationships</TD></TR>
</TBODY></TABLE>
Any help is highly appreciated.
The element to be clicked is in the last line of source code
Code:
<TD class=Text noWrap>Search Relationships</TD></TR>
Reply


Messages In This Thread
On click no Page Navigation - by ravi.gajul - 11-02-2011, 04:24 PM
RE: On click no Page Navigation - by ravi.gajul - 11-06-2011, 11:13 PM
RE: On click no Page Navigation - by ravi.gajul - 11-08-2011, 08:14 PM
RE: On click no Page Navigation - by ravi.gajul - 11-18-2011, 07:23 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How To pick up the particular mail in Post Login Gmail page and click on Checkbox akhandesh 0 2,848 12-02-2013, 01:35 PM
Last Post: akhandesh
  QTP identificatin issue with SAP CRM Navigation Bar mwase 4 6,171 06-18-2012, 03:40 PM
Last Post: mwase
Exclamation detecting page navigation from 1 script and then triggering another script... jitender 0 2,089 12-02-2011, 10:33 AM
Last Post: jitender

Forum Jump:


Users browsing this thread: 1 Guest(s)