AutoEase

Quick Start

  • Summary
  • Write a UI test case
  • Write a UAT test case(Coming soon)
  • Write a Gauntlet test case(Coming soon)
  • Create a Job and get results
  • Create a case set
  • Integration with TeamCity

Core API

  • autoease.core.api module

Others

  • FAQ
AutoEase
  • autoease.device.win package
  • View page source

autoease.device.win package¶

Submodules¶

  • autoease.device.win.win module
    • Windows
      • Windows.get_game_log_path
      • Windows.get_game_name
      • Windows.get_game_path
      • Windows.get_video_file_list
      • Windows.get_screenshot_file_list
      • Windows.start_record()
      • Windows.playback_record()
      • Windows.stop_record()
      • Windows.set_process_fronted()
      • Windows.check_process_alive()
      • Windows.click()
      • Windows.double_click()
      • Windows.mouse_drag()
      • Windows.mouse_move_and_click()
      • Windows.mouse_move()
      • Windows.mouse_wheel()
      • Windows.key_press()
      • Windows.keys_press()
      • Windows.key_up()
      • Windows.key_down()
      • Windows.key_write()
      • Windows.gamepad_button_down()
      • Windows.gamepad_button_up()
      • Windows.gamepad_button_press()
      • Windows.gamepad_left_joystick_set()
      • Windows.gamepad_left_joystick_set_and_reset()
      • Windows.gamepad_right_joystick_set()
      • Windows.gamepad_right_joystick_set_and_reset()
      • Windows.gamepad_left_trigger_set()
      • Windows.gamepad_left_trigger_set_and_reset()
      • Windows.gamepad_right_trigger_set()
      • Windows.gamepad_right_trigger_set_and_reset()
      • Windows.screenshot()
      • Windows.img_exist()
      • Windows.img_assert_exists()
      • Windows.img_assert_not_exists()
      • Windows.img_click()
      • Windows.ocr_exist_sentence()
      • Windows.ocr_assert_exist_sentence()
      • Windows.ocr_click()
      • Windows.ocr_exist_sentence_on_screen_rectangle()
      • Windows.wait_for_keyword()

Module contents¶

@author: meili @contact: meili02@corp.netease.com @file: __init__.py.py @date: 2023/2/20 17:58 @desc:


© Copyright 2023, AutoEase.

Built with Sphinx using a theme provided by Read the Docs.