diff --git a/lib/WebDriver/Tiny.pod b/lib/WebDriver/Tiny.pod index fa3fed2..7775ff7 100644 --- a/lib/WebDriver/Tiny.pod +++ b/lib/WebDriver/Tiny.pod @@ -61,7 +61,7 @@ targetting, below are some examples: =head2 ChromeDriver my $drv = WebDriver::Tiny->new( - capabilities => { chromeOptions => { binary => '/usr/bin/google-chrome' } }, + DesiredCapabilities => { chromeOptions => { binary => '/usr/bin/google-chrome' } }, port => 9515, );