org.sitoolkit.tester.domain.appium.NativeElementPositionSupport Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sit-wt Show documentation
Show all versions of sit-wt Show documentation
SIToolkit for Web Testing
The newest version!
package org.sitoolkit.tester.domain.appium;
import org.openqa.selenium.Point;
import org.sitoolkit.tester.domain.selenium.ElementPositionSupport;
public class NativeElementPositionSupport extends ElementPositionSupport {
@Override
protected Point getCurrentBasePosition() {
return new Point(0, 0);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy