com.github.siwenyan.si.spy.SiSpy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of side Show documentation
Show all versions of side Show documentation
Java runner of Selenium IDE project
package com.github.siwenyan.si.spy;
import com.github.siwenyan.common.Reporter;
import com.github.siwenyan.si.SiModelProvider;
import com.github.siwenyan.si.SiUtils;
import com.github.siwenyan.si.model.SiModel;
import com.github.siwenyan.si.model.SiModelCommand;
import com.github.siwenyan.si.model.SiModelTest;
import com.github.siwenyan.common.QuickJson;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
public class SiSpy {
private SiModel recorder;
private List
© 2015 - 2024 Weber Informatics LLC | Privacy Policy