I see that there are methods for getting the position and dimensions of an element through various Java libraries for Selenium, such as org.openqa.selenium.Dimension, which offers .getSize(), and org.openqa.selenium.Point with getLocation().
Is there a way to get the location or dimensions of an element in Katalon? I couldn’t be able to use that library