Problem in identifying link - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming) +--- Thread: Problem in identifying link (/Thread-Problem-in-identifying-link) |
Problem in identifying link - vijay44 - 02-08-2010 [/i]Hi, I have 2 Links with process and processcomments i have used the below code for identifying processcomments Code: Set WbLink = Description.Create() But now when i write for edit box:process Code: Set WbEdit = Description.Create() The href property of process is:javascript:Copy('process','0','2') while the href property of processcomments is: javascript:Copy('processComments','0','2') I want to identify the process link with that of processcomments link Any help will be really appreciated. Regards; Vijay RE: Problem in identifying link - satan - 02-09-2010 try process'.* in second if condition RE: Problem in identifying link - Saket - 02-09-2010 Hi Vijay, always make sure to use proper tags in post to wrap your codes, which makes it in more readable format. I did it for you this time, hope you will follow this onwards. for more details refer help. |