Commit fb0589d6 authored by 马博's avatar 马博

ui add

parent 6acfd434
package ui.service;
import base.DuibaBaseUi;
/**
* Created by mabo on 2018/12/19
*/
public class Activity_egg_Page {
public Activity_egg_Page(String name, DuibaBaseUi father) throws Exception {
father.clickByClass("egg jump");
if(name!=null) father.clickByTextEqual(name);
}
}
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