Other |
---|
fx1.3Resolved |
Relates :
|
|
Relates :
|
There is no way to determine screen coordinates of a node. I could get coordinates of a node in Scene by localToScene method, I could get screen coordinates of a Stage. But Scene.x and Scene.y are always 0. So, if Stage.style is StageStyle.DECORATED there is a window border width (which affects x coordinate) and title height (which affects y). This is a blocker for UI test automation.
|