We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74c8e1d commit 8942813Copy full SHA for 8942813
util/fetch_iedoc_xml.pl
@@ -6,7 +6,7 @@
6
use File::Copy qw/copy/;
7
use File::Path qw/rmtree/;
8
9
-my $selenium_core_url = 'http://release.openqa.org/selenium-core/0.8.3/selenium-core-0.8.3.zip';
+my $selenium_core_url = 'http://release.openqa.org/selenium-core/1.0.1/selenium-core-1.0.1.zip';
10
my $core_dir = fetch_and_extract($selenium_core_url);
11
my $core_iedoc = "$core_dir/core/iedoc.xml";
12
die "Can't find $core_iedoc" unless -e $core_iedoc;
0 commit comments