Code:
row = Browser("").Page("").WebTable("").GetRowWithCellText("GD APRS Nine,Internet,Jun 18 2010 4:57PM", 2, 7)
Set View = Browser("").Page("").WebTable("").ChildItem(3, 7, "Link", 0)
View.Click
Try this?
Search WebTable?
|
Code: row = Browser("").Page("").WebTable("").GetRowWithCellText("GD APRS Nine,Internet,Jun 18 2010 4:57PM", 2, 7) Try this?
Hi,
Can u provide snap shot of your webtable(part of it- with all columns in it with few rows"), which will help me to provide you sample code how to click on the link using DP? Sasmita
Thanks,
For all the help! I was able to use the below code to search a web table for a specific Name(Andrew APRS Fox) and a specific Access Type(Internet)for the current date and once found click on the link in the 7th column for that specific request. Here is the code in case someone else has a simular issue. Again Thanks for all the Help! Code: Dim objTable, intRow Brian
Hi Brian,
Code: row = Browser("").Page("").WebTable("").GetRowWithCellText("GD APRS Nine,Internet,Jun 18 2010 4:57PM") I hope the above code will solve your problem |
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
CyberArk CorePAS REST API to search for accounts | pramod | 0 | 981 |
06-29-2023, 03:11 PM Last Post: pramod |
|
Search All Test scripts For a Function? | AndyBSG | 1 | 2,920 |
02-19-2015, 04:15 AM Last Post: supputuri |
|
Search for a string in all the files under all subdirectory | Mahesh27 | 1 | 2,353 |
07-03-2013, 03:24 PM Last Post: Sathiya |
|
Testing Search box | kriday | 1 | 2,633 |
06-26-2013, 08:51 AM Last Post: basanth27 |
|
Search for a word in excel string | QAVA | 6 | 9,869 |
11-23-2012, 11:17 AM Last Post: vinod123 |