source = aSource;
}
protected void execute(Action action) throws Exception {
if (action instanceof BrowserTestRunnerAware) {
BrowserTestRunnerAware aware = (BrowserTestRunnerAware) action;
BrowserTestRunner runner = source.getRunner();
aware.setBrowserTestRunner(runner);
}
}