Group
Extension

Matches 3

Selenium-Remote-Driver ( T/TE/TEODESIAN/Selenium-Remote-Driver-1.49.tar.gz, TEODESIAN, 2023; MetaCPAN )
Selenium-Remote-Driver/t/Test-Selenium-Remote-WebElement.t ( view source; MetaCPAN )
uccessful_element->tag_name_is( 'iframe', 'we got an iframe tag' );
$successful_element->tag_name_isnt( 'BOOM', 'tag name is not boom' );
$successful_element->tag_name_unlike( qr/BOOM/, "tag_name does
$successful_element->value_is( 'my_value', 'Got an my_value value?' );
$successful_element->value_isnt( 'BOOM', 'Not BOOM.' );
$successful_element->value_like( qr/val/, 'Matches my_value value?' );
$s
l_element->text_is( "my_text\nis fantastic", 'Got an my_text value?' );
$successful_element->text_isnt( 'BOOM', 'Not BOOM.' );
$successful_element->text_like( qr/tex/, 'Matches my_text value?' );
$suc
Selenium-Remote-Driver ( T/TE/TEODESIAN/Selenium-Remote-Driver-1.49.tar.gz, GEMPESAW, 2023; MetaCPAN )
Selenium-Remote-Driver/t/CanStartBinary.t ( view source; MetaCPAN )
tomJS->new;
        is( $phantom->browser_name, 'phantomjs', 'binary phantomjs is okay');
        isnt( $phantom->port, 4444, 'phantomjs can start up its own binary');

        ok( Selenium::CanStartB
nual_phantom = Selenium::PhantomJS->new(
            binary => $phantom_binary
        );
        isnt( $manual_phantom->port, 4444, 'manual phantom can start up user specified binary');
        ok( S
om args');
        ok( $chrome->browser_name eq 'chrome', 'convenience chrome is okay' );
        isnt( $chrome->port, 4444, 'chrome can start up its own binary' );
        like( $chrome->_binary_args
Selenium-Remote-Driver ( T/TE/TEODESIAN/Selenium-Remote-Driver-1.49.tar.gz, TEODESIAN, 2023; MetaCPAN )
Selenium-Remote-Driver/t/12-reuse-session.t ( view source; MetaCPAN )
rgs,
    );

    is($s1->session_id, $s2->session_id, "session_id is reused when specified");
    isnt($s1->session_id, $s3->session_id, "session_id not reused");
    pass("session_id.1=". $s2->sessio

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.