Hi,
I am tring to get all visible element names from findChildren activity. GetAttribute(“visibility”) is incorrectly giving 0 or 1.
What is a good alternative to get accurate result?
Thanks a lot,
Hi,
I am tring to get all visible element names from findChildren activity. GetAttribute(“visibility”) is incorrectly giving 0 or 1.
What is a good alternative to get accurate result?
Thanks a lot,
its better you explore other properties from
The ui explorer page by spying the elements you need…from the left side bottom menu you shpuld be able to find the properties can check if any other property suites your requirement
Hope this helps
Cheers
Hii @A_Learner ,
As I said please try with Attributes likes “visibleInnerText” or “InnerText” or “Text”
Let us know if you are getting the required output
Cheers.
Hi @A_Learner It looks like the activity is not suited for your requirement. Did you try with dynamic selectors? Also,please share screenshot if possible
Tried with every reasonable attribute like aaname, visibility, foreground, innertext, outertext. enabled, readystate, parentclass etc. Could not find any attribute that makes the column hidden or visible.
Thank you,
Assumption: Webpage/Webapplication
EDIT:
with Version 2.0.0 the package is available and compatible with:
Currently, the marketplace is displaying only Windows compatibility But is a limit of the website
Let’s assume that the visibility is set by a CSS Style (e.g. Display Property) then above package offers activities to retrieve the value.
Kindly note: some CSS Properties are defined on the upper parent level and retrieval is to do there
example:
div#login - style: display: none | display:block
So at this typical scenario we would search the triggering attributes at dix#wrapper level and will not get it at input#feedback level
Assumption: Desktop Application / SAP / Java Application…
So @ppr how do I get to div#wrapper.
My grid has lot of columns. I am not able to find a property that makes some invisible. There is no dusting between visible and invisible column properties.
Thanks,