Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Cannot identify the object "[ WebList ]" while using descriptive programming
#4
Not Solved
Hi, can u plz try the below code:

Code:
dim oList
set oList=description.create()
oList("micclass").value="WebList"

set oList1=browser("title:=.*").page("title:=.*").childobjects(oList)
cn=oList1.count

if cn <>0 then
oList1(0).select"TypeGmd"
else
msgbox "weblist isn't present on the page"
end if
Reply


Messages In This Thread
RE: Cannot identify the object "[ WebList ]" while using descriptive programming - by jyotikrushna - 09-23-2011, 07:56 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Dynamic descriptive Programming issue in Terminal Emulator cprasad 1 1,762 04-25-2019, 08:17 PM
Last Post: Ankur
  Webtable objects recognise as weblist in UFT 12.5 Sharad Kumar 0 1,071 12-06-2018, 04:57 PM
Last Post: Sharad Kumar
  UFT Tool support with Descriptive programming laks 1 1,648 07-05-2018, 05:31 PM
Last Post: Ankur
  not able to identify an webelement object Ninjukp 0 2,118 01-10-2018, 09:25 PM
Last Post: Ninjukp
  UFT Descriptive Programming objects not identified in a secure & private intranet env bugfinder2 1 1,676 06-07-2017, 01:41 PM
Last Post: Ankur

Forum Jump:


Users browsing this thread: 1 Guest(s)