#include <controller.h>
Public Attributes | |
| std::string | preferred_path |
| std::string | window_title |
| test::ScreenshotFormat | format = test::ScreenshotFormat::kAuto |
| bool | reveal_to_user = false |
| std::function< void(absl::StatusOr< test::ScreenshotArtifact >)> | callback |
Definition at line 36 of file controller.h.
| std::string yaze::Controller::ScreenshotRequest::preferred_path |
Definition at line 37 of file controller.h.
| std::string yaze::Controller::ScreenshotRequest::window_title |
Definition at line 38 of file controller.h.
| test::ScreenshotFormat yaze::Controller::ScreenshotRequest::format = test::ScreenshotFormat::kAuto |
Definition at line 39 of file controller.h.
| bool yaze::Controller::ScreenshotRequest::reveal_to_user = false |
Definition at line 40 of file controller.h.
| std::function<void(absl::StatusOr<test::ScreenshotArtifact>)> yaze::Controller::ScreenshotRequest::callback |
Definition at line 41 of file controller.h.