Commit 501cf6cb authored by 马博's avatar 马博

ui

parent 818069ce
package ui.service;
import base.DuibaBase;
import base.DuibaBaseUi;
/**
* Created by mabo on 2018/12/29
*/
public class TakePrizeNewPage {
public TakePrizeNewPage(String name,DuibaBaseUi father) throws Exception {
father.clickByTextEqual(name);
father.clickByTextEqual("确定");
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment