I was trying to get a list of element's height value but it was returning 0.
I've done some research and saw that in order get element's height, that element must be visible.
But I want to check its height when it's hidden. If its height is bigger than some value use some functions then make it visible. Is there any way to do this?
I mean:
- Check hidden element's height.
- If it has OK value make it visible.
- If it doesn't have required value do some functions.
- Make it visible.