Skip to content

Commit

Permalink
app启动步骤注释修改部分代码
Browse files Browse the repository at this point in the history
  • Loading branch information
fuwenwen committed Sep 26, 2019
1 parent e589fd3 commit 99c3cf5
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ protected void runSelf() throws Exception {
LogUtils.getInstance().info(startNoClearoutput);
}

BySelector bySelector = By.base();
bySelector.pkg(this.getPackageName());
getElement(bySelector, 10000);
// BySelector bySelector = By.base();
// bySelector.pkg(this.getPackageName());
// getElement(bySelector, 10000);


screenshot(TYPE_LOG_SUCCESS);
Expand Down

0 comments on commit 99c3cf5

Please sign in to comment.