Help for this page

Select Code to Download


  1. or download this
    Grabbing values from screen...
    ok 302 - highlight, id=Code
    ...
    ok 308 - open, /scs/Rep/
    ok 309 - wait_for_page_to_load, 30000
    1..309
    
  2. or download this
    Grabbing values from screen...
    09:43:31.491 INFO - Command request: highlight[id=Code, ] on session 7
    +a5eadabd33643b79f9de1f227547a18
    ...
    09:43:35.694 INFO - Got result: OK on session null
    09:43:35.694 INFO - initiating shutdown
    1..309
    
  3. or download this
    #!C:/Perl/bin/perl.exe
    use strict;
    ...
    
    # END TEST CODE
    $sdk->KillSelenium($sel);
    
  4. or download this
    sub StartSelenium {
        my ($self, $browser, $site) = @_;
    ...
        
        return 1;
    }