Skip to content

Commit 38e4822

Browse files
getElementPosition not used anymore
1 parent 2f777f5 commit 38e4822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/src/main/java/org/cerberus/core/service/appium/impl/AppiumService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ private void scroll(AppiumDriver driver, int fromX, int fromY, int toX, int toY)
515515

516516
public abstract String executeCommandString(Session session, String cmd, String args) throws IllegalArgumentException, JSONException;
517517

518-
public String getElementPosition(Session session, Identifier identifier) { //#FIXME SELENIUM #TEST
518+
public String getElementPosition(Session session, Identifier identifier) { // not used anymore
519519
AppiumDriver driver = session.getAppiumDriver();
520520

521521
WebElement element = driver.findElement(this.getBy(identifier));

0 commit comments

Comments
 (0)