Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Unable to click on moving text in a website
#2
Not Solved
Try this code, it click on this link
Code:
Set oLink = Browser("title:=Welcome to Indian Railway.*").Page("title:=Welcome to Indian Railway.*").Link( "innertext:=Revised Refund Rules w.e.f. 01.07.2013.*")

If oLink.Exist then
          If oLink.GetROProperty("visible") Then
                print "Link is visible"
                oLink.Click
          else
                  print "Link exists but  is not visible"
          End If
    else
          print "Link does not exist"
End If
Reply


Messages In This Thread
RE: Unable to click on moving text in a website - by kordirko - 07-09-2013, 02:06 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Moving Test Resource(ALM) to other Folder Bastian-31 0 1,500 09-18-2017, 12:24 PM
Last Post: Bastian-31
  "Continue to this website (not recommended)." Error we are getting kotaramamohana 7 28,110 07-21-2016, 09:55 PM
Last Post: Ranjith Nair
  Unable to click on the WebButton with specified Index srach84 2 4,082 03-31-2015, 04:36 AM
Last Post: srach84
  Unable to click on WebButton in WebTable srach84 1 2,907 02-09-2015, 09:07 PM
Last Post: arpan
  How to click on a dynamic link on a website Geekgirl 3 4,245 11-28-2013, 11:53 AM
Last Post: Jay

Forum Jump:


Users browsing this thread: 1 Guest(s)