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

Add sendkeys method in T2C runner and support input keys directly #157

Merged
merged 5 commits into from
Nov 22, 2022

Conversation

TedaLIEz
Copy link
Contributor

T2C runner would support input keys directly to the current focused element, input example:

{
  "index": 18,
  "elementInfo": { },
  "driverId": "99101FFBA00B1P",
  "action": {
    "actionType": "input",
    "arguments": {
      "content": "helloworld"
    }
  },
  "isOption": false
}

dinghong2233
dinghong2233 previously approved these changes Nov 22, 2022
@TedaLIEz TedaLIEz enabled auto-merge (squash) November 22, 2022 06:26
Copy link
Contributor

@zhou9584 zhou9584 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you add an action sample to the taps_to_cases/T2C_Runner/src/test/resources/DemoJson.json and run taps_to_cases/T2C_Runner/src/test/java/SampleT2CTest.java in your local machine?

@TedaLIEz TedaLIEz merged commit 5495b3c into main Nov 22, 2022
@TedaLIEz TedaLIEz deleted the user/guojian/feat_t2c_input_keys branch November 22, 2022 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants