Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A ToDo list that implements WinAppDriver commands. #1

Open
57 of 60 tasks
kzO8Xekb opened this issue Dec 31, 2022 · 0 comments
Open
57 of 60 tasks

A ToDo list that implements WinAppDriver commands. #1

kzO8Xekb opened this issue Dec 31, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@kzO8Xekb
Copy link
Owner

kzO8Xekb commented Dec 31, 2022

List of WinAppDriver commands supported by closures (ver. 0.1.29)

Commands with a check in the list below have been tested to work.

actions.lisp (ver. 0.1.24 split from api.lisp)

  • :button-down
  • :button-up
  • :click
  • :doubleclick
  • :move-to
  • :touch-click
  • :touch-double-click (ver. 0.1.25 renamed from touch-doubleclick)
  • :touch-down
  • :touch-flick
  • :touch-long-click (ver. 0.1.25 renamed from touch-longclick)
  • :touch-move
  • :touch-scroll
  • :touch-up

appium.lisp (ver. 0.1.24 split from api.lisp)

  • :close-app (for appium command)
  • :launch-app (for appium command)

contexts.lisp (ver. 0.1.24 merged from window.lisp and window-handle.lisp)

  • :close-window
  • :get-window-position-with-window-handle
  • :get-window-size
  • :get-window-size-with-window-handle
  • :maximize-window
  • :set-window-position-with-window-handle
  • :set-window-size
  • :set-window-size-with-window-handle
  • :window-maximize-with-window-handle
  • :get-window-handle
  • :get-window-handles

document.lisp (ver. 0.1.24 renamed from source.lisp)

  • :get-source

element-interaction.lisp (ver. 0.1.24 renamed from keys.lisp)

  • :send-keys
  • :send-string
  • :element-clear (ver. 0.1.24 moved from element.lisp)
  • :element-click (ver. 0.1.24 moved from element.lisp)
  • :element-send-keys (ver. 0.1.21 renamed from set-element-keys & moved from element.lisp)
  • :element-send-string

element-retrieval.lisp (ver. 0.1.24 split from element.lisp)

  • :active-element
  • :find-element
  • :find-element-from-element
  • :find-elements
  • :find-elements-from-element

element-state.lisp (ver. 0.1.24 split from element.lisp)

  • :element-equals
  • :get-element-attribute
  • :get-element-location
  • :get-element-location-in-view
  • :get-element-name
  • :get-element-size
  • :get-element-text
  • :is-element-displayed
  • :is-element-enabled
  • :is-element-selected

location.lisp (ver. 0.1.26 split from actions.lisp)

  • :location

navigation.lisp (ver. 0.1.24 merged from api.lisp and title.lisp)

  • :back
  • :forward
  • :get-title

orientation.lisp

  • :orientation

screen-capture.lisp (ver. 0.1.21 renamed from screenshot.lisp)

  • :take-screenshot
  • :take-element-screenshot (ver. 0.1.21 moved from element.lisp)

session.lisp

  • :delete-session
  • :get-sessions
  • :new-session

status.lisp

  • :status

timeouts.lisp

  • :set-timeouts
@kzO8Xekb kzO8Xekb added the bug Something isn't working label Dec 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant