Help for this page
foreach my $data (0..9){ $driver->get($data);
#!/usr/bin/perl use strict; ... print "Processing $url\n"; # selenium code etc }