|
@@ -14,9 +14,10 @@ use FindBin;
|
|
|
use lib $FindBin::Bin . '/lib';
|
|
use lib $FindBin::Bin . '/lib';
|
|
|
use TestHarness;
|
|
use TestHarness;
|
|
|
|
|
|
|
|
-my %selenium_args = %{ TestHarness->new(
|
|
|
|
|
|
|
+my $harness = TestHarness->new(
|
|
|
this_file => $FindBin::Script
|
|
this_file => $FindBin::Script
|
|
|
-)->base_caps };
|
|
|
|
|
|
|
+);
|
|
|
|
|
+my %selenium_args = %{ $harness->base_caps };
|
|
|
|
|
|
|
|
my $driver = Selenium::Remote::Driver->new(%selenium_args);
|
|
my $driver = Selenium::Remote::Driver->new(%selenium_args);
|
|
|
my $website = 'http://localhost:63636';
|
|
my $website = 'http://localhost:63636';
|