Skip to content

v1.3.0

Compare
Choose a tag to compare
@eeter eeter released this 12 Feb 11:16
· 135 commits to master since this release

Enhancements

New keywords:

  • Click Item In Popup Menu (#79)

  • Close Window (#80)

  • Mouse action keywords (#81)

    • Drag And Drop
    • Get Mouse Location
    • Get White Drag Step Count
    • Mouse Click
    • Mouse Double Click
    • Mouse Left Button Down
    • Mouse Left Button Up
    • Mouse Right Click
    • Mouse Right Double Click
    • Move Mouse
    • Set Mouse Location
    • Set White Drag Step Count
  • Keywords for ListView (#82)

    • Double Click Listview Cell
    • Double Click Listview Cell By Index
    • Double Click Listview Row
    • Double Click Listview Row By Index
    • Get Listview Cell Text
    • Get Listview Cell Text By Index
    • Get Listview Row Text
    • Get Listview Row Text By Index
    • Right Click Listview Cell By Index
    • Right Click Listview Row
    • Right Click Listview Row By Index
    • Select Listview Cell
    • Select Listview Cell By Index
    • Select Listview Row
    • Listview Cell At Index Should Contain
    • Listview Cell At Index Should Not Contain
    • Listview Cell Should Contain
    • Listview Cell Should Not Contain
    • Listview Cell Text At Index Should Be
    • Listview Cell Text At Index Should Not Be
    • Listview Cell Text Should Be
    • Listview Cell Text Should Not Be
    • Listview Row Should Contain
    • Listview Row Should Not Contain
    • Listview Row At Index Should Contain
    • Listview Row At Index Should Not Contain

Fixes

  • Set timeout not correctly logged (#86)