4344454647484950
public class SeleneseRunnerWindows extends Windows { private final Map<String, String> lastFrame = Maps.newHashMap(); private final Context context; public SeleneseRunnerWindows(Context context) { super(new NullDriver()); this.context = context; }