Waiting

  • Update 'google.robot'
*** Settings ***
Library     Selenium2Library

*** Test cases ***
Search by keywords
    Open browser    http://www.google.com    chrome
    Input text    name=q    thailand
    Wait Until Element Is Visible    name=btnK
    Click Element    name=btnK
  • Execute and see result
==============================================================================
Google
==============================================================================
Search by keywords                                                    | PASS |
------------------------------------------------------------------------------
Google                                                                | PASS |
1 critical test, 1 passed, 0 failed
1 test total, 1 passed, 0 failed
==============================================================================

results matching ""

    No results matching ""