Inflectra Customer Forums: Is it possible to Assert if a given SPAN object is expanded or collapsed? (Thread) Is it possible to Assert if a given SPAN object is expanded or collapsed? Looks like there is no way of doing it. By the way, there is no way I could add my screenshot here, the "Add Image" in tool bar doesn't work. When I pressed on it, it just include a small icon on this text. en-US(C) Copyright 2006-2024 Inflectra Corporation.support@inflectra.com/Computers/Software/Project_Management//Computers/Software/Quality_Assurance/KronoDesksupport@inflectra.comhttp://www.inflectra.com/kronodesk/forums/threads120/Support/Forum/spiratest/issues-questions/1251.aspxthreadId=1251Yong Liang Ko (KoYong.Liang@iCONCERTO.COM)Expanded or CollapsedIs it possible to Assert if a given SPAN object is expanded or collapsed? Is it possible to Assert if a given SPAN object is expanded or collapsed? Looks like there is no way of doing it. By the way, there is no way I could add my screenshot here, the "Add Image" in tool bar doesn't work. When I pressed on it, it just include a small icon on this text. Tue, 14 Jul 2015 10:18:32 -04002015-07-21T03:58:06-04:00/Support/Forum/spiratest/issues-questions/1251.aspxmessageId=2179David J (support1@inflectra.com) Hi Could you please send us a help desk ticket with a screenshot, we'd be happy to help y Hi Could you please send us a help desk ticket with a screenshot, we'd be happy to help you out? Regards Adam Tue, 14 Jul 2015 20:30:05 -04002015-07-14T20:30:05-04:00/Support/Forum/spiratest/issues-questions/1251.aspx#reply2179messageId=2180Yong Liang Ko (KoYong.Liang@iCONCERTO.COM) Ok I already create a ticket regarding this issue. So, this thread can be removed. However, you mi Ok I already create a ticket regarding this issue. So, this thread can be removed. However, you might need to fix the "Add Image" issue I had mentioned. Thanks. Wed, 15 Jul 2015 03:42:16 -04002015-07-15T03:42:16-04:00/Support/Forum/spiratest/issues-questions/1251.aspx#reply2180messageId=2243Kat A (support2@inflectra.com) Here is the reply that was given to the Help Desk ticket: In this particular case it can be don Here is the reply that was given to the Help Desk ticket: In this particular case it can be done via analysis of the class property of an object. It has "expand" when SPAN is expanded. var cls = SeS('SPAN').DoDOMGetAttribute('class'); or var cls = SeS('SPAN').GetClass(); Test for presence of "expand": class.indexOf("expand") != -1 About the Add Image icon, clicking it should pop up a dialog box where you paste in the URL of the image. If it does not do this, check your browser settings. You may be blocking pop-ups. Mon, 20 Jul 2015 17:14:01 -04002015-07-20T17:14:01-04:00/Support/Forum/spiratest/issues-questions/1251.aspx#reply2243messageId=2248Yong Liang Ko (KoYong.Liang@iCONCERTO.COM) Thanks. I will try :) Thanks. I will try :) Tue, 21 Jul 2015 03:58:06 -04002015-07-21T03:58:06-04:00/Support/Forum/spiratest/issues-questions/1251.aspx#reply2248