ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-WebDriver/WebDriver.pm
(Generate patch)

Comparing AnyEvent-WebDriver/WebDriver.pm (file contents):
Revision 1.3 by root, Tue Aug 28 23:07:02 2018 UTC vs.
Revision 1.4 by root, Tue Aug 28 23:09:38 2018 UTC

229successfully. 229successfully.
230 230
231On success, C<< $wd->{sid} >> is set to the session id, and C<< 231On success, C<< $wd->{sid} >> is set to the session id, and C<<
232$wd->{capabilities} >> is set to the returned capabilities. 232$wd->{capabilities} >> is set to the returned capabilities.
233 233
234 my $wd = new AnyEvent::Selenium host => "localhost", port => 4545; 234 my $wd = new AnyEvent::Selenium endpoint => "http://localhost:4545";
235 235
236 $wd->new_session ({ 236 $wd->new_session ({
237 capabilities => { 237 capabilities => {
238 pageLoadStrategy => "normal", 238 pageLoadStrategy => "normal",
239 }. 239 }.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines