Here is the code:
这是代码:
this.Then(/^I click to the next button on the edit page$/,function(callback) {
targetPO.getEditNextButton().isPresent().then(function(){
targetPO.getEditNextButton().click().then(callback);
});
})
this.Then(/^I click