HP.LFT.SDK.SAP.UI5 Namespace : IToolBar Interface |
Name | Description | |
---|---|---|
![]() | AbsoluteLocation | This object's coordinates relative to the screen (in pixels). 0,0 is the top-left corner of the (primary) monitor. (Inherited from HP.LFT.SDK.ILocationInfoProvider) |
![]() | AccessibilityName | Returns this element's AccessibilityName. (Inherited from HP.LFT.SDK.Web.IWebElement) |
![]() | Attributes | Returns a copy of the collection of attributes that is attached to the element for instance 'id','class',etc. (Inherited from HP.LFT.SDK.Web.IWebTestObject) |
![]() | ClassName | The object's CSS class. (Inherited from HP.LFT.SDK.Web.IWebTestObject) |
![]() | CSSSelector | returns this Element's CSS Selector. (Inherited from HP.LFT.SDK.Web.IWebElement) |
![]() | Design | Returns the visual design of the toolbar. |
![]() | DisplayName | The object display name defined in the Application Model. (Inherited from HP.LFT.SDK.ITestObject) |
![]() | Id | The object's HTML identifier. (Inherited from HP.LFT.SDK.Web.IWebTestObject) |
![]() | InnerHTML | The HTML code contained between the object's start and end tags. (Inherited from HP.LFT.SDK.Web.IWebTestObject) |
![]() | InnerText | The text contained between the object's start and end tags. (Inherited from HP.LFT.SDK.Web.IWebTestObject) |
![]() | IsStandalone | Specifies whether the toolbar is independent or nested in another control. |
![]() | IsVisible | Indicates whether the current element is visible. (Inherited from HP.LFT.SDK.Web.IWebTestObject) |
![]() | LeftItemsCount | The number of the items in the left part of the toolbar. This number includes separators, but does not include the overflow button. |
![]() | Location | This object's coordinates relative to the parent window in pixels. (Inherited from HP.LFT.SDK.ILocationInfoProvider) |
![]() | MiddleItemsCount | The number of the items in the middle part of the toolbar. This number includes separators, but does not include the overflow button. |
![]() | Name | The object's name property. (Inherited from HP.LFT.SDK.Web.IWebTestObject) |
![]() | NativeObject | Returns the native application object that is represented by this test object instance, enabling you to access the native properties and methods provided by that object. (Inherited from HP.LFT.SDK.ISupportsNativeObject) |
![]() | OuterHTML | The object's HTML code and its content. (Inherited from HP.LFT.SDK.Web.IWebTestObject) |
![]() | OuterText | The object's text. (Inherited from HP.LFT.SDK.Web.IWebTestObject) |
![]() | Parent | The parent test object of this test object. The child object must be obtained using the Describe method, otherwise, it returns null. (Inherited from HP.LFT.SDK.ITestObject) |
![]() | RightItemsCount | The number of the items in the right part of the toolbar, including separators. |
![]() | Role | The object's role property. (Inherited from HP.LFT.SDK.Web.IWebElement) |
![]() | Size | This object's size in pixels. (Inherited from HP.LFT.SDK.ILocationInfoProvider) |
![]() | Styles | Returns the element's computed styles as a dictionary with the name of the style as the key. (Inherited from HP.LFT.SDK.Web.IWebTestObject) |
![]() | TagName | The object's HTML tag. (Inherited from HP.LFT.SDK.Web.IWebTestObject) |
![]() | Title | The element's title attribute. (Inherited from HP.LFT.SDK.Web.IWebTestObject) |
![]() | XPath | Returns this element's XPath. (Inherited from HP.LFT.SDK.Web.IWebElement) |