示例#1
0
 /**
  * Gets the size of the component
  *
  * @param s component
  * @return size of the component
  */
 protected Rectangle getComponentBounds(String s) {
   return sUtils.getComponentBounds(s, selenium);
 }
示例#2
0
 /**
  * Gets the size of the component
  *
  * @param o component
  * @return size of the component
  */
 private Rectangle getComponentBounds(SGuiObject o) {
   return sUtils.getComponentBounds(o, selenium);
 }