press button

  • want click this button:

    Code
    <div class="btn3">
    
    
        button
    
    
    </div>

    I tried this

    Code
    $oButton2 = _FFXPath("//div [@class='btn3']")
                        _FFClick($oButton2)

    but somehow it didnt work and clicked the wrong button:

    Code
    <a class="add-btn3-wrap" href="/add_edit_sites"><span>&nbsp;</span><div class="btn3">Add Site/Page</div></a>
    <div class="add_siteitem">

    I use firefox at the moment but if i must use IE than thats ok as well

    hope to get a reply soon