Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QTP, object not visible
#5
Solved: 10 Years, 9 Months, 2 Weeks ago
By descriptive way we can set property values like this... check with the Object Spy and set by copy in object spy properties and paste in your script... if you manually types, chance is there to set property wrongly. so copy and paste avoids this types of small mistakes.

for e.g:
Code:
dialog("title:=Login").Activate
If dialog("title:=Login").winEdit("attached text:=Agent Name:","visible:=True").Exist(1) then
    msgbox "it exists",3,"Status of Object"
    else
    msgbox "it doesn't exists in dialog box",3,"Status of Object"
end if
Reply


Messages In This Thread
QTP, object not visible - by quig - 06-10-2008, 03:15 AM
RE: QTP, object not visible - by niranjan - 06-10-2008, 03:37 AM
RE: QTP, object not visible - by quig - 06-10-2008, 07:05 PM
RE: QTP, object not visible (Solved) - by zzyplza - 01-28-2009, 08:14 AM
RE: QTP, object not visible - by bfakruddin - 01-28-2009, 10:58 AM
RE: QTP, object not visible - by digikiwam - 04-23-2009, 01:13 AM
RE: QTP, object not visible - by s2002h69 - 04-08-2010, 11:45 PM
RE: QTP, object not visible - by philips_qtp - 11-22-2011, 08:22 AM
RE: QTP, object not visible - by dweber - 12-05-2011, 11:37 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Exist and Visible Are True When Objects Aren't There - Is there A Better Way? zunebuggy 3 2,758 04-24-2018, 02:12 PM
Last Post: Ankur
  [UFT] [WPF] DataGrid: check if vertical and horizontal scrollbars are visible robertosalemi 0 2,266 07-13-2016, 06:33 PM
Last Post: robertosalemi
  Intermitent "Object not visible" error erodpr 5 3,289 01-14-2016, 10:55 AM
Last Post: vinod123
  Object properties are not visible suresh.tata 1 2,430 02-23-2014, 03:58 PM
Last Post: supputuri
Exclamation OBJECT NOT VISIBLE ERROR bala 2 4,112 07-26-2013, 03:12 PM
Last Post: Ankur

Forum Jump:


Users browsing this thread: 1 Guest(s)