Updated to the latest version #1
Merged
Merged
Conversation
2) Added versions to requirements in pyproject.toml 3) Fixed tests
2) .github/workflows/docs.yml now uses the docs/requirements.txt file when installing dependencies
2) Fixed tests 3) Fixed MoveToText similarity 4) Refactored debuger in all instructions
2) Fixed error messages
…riable or an object of the BaseDebugger class. 2) Fixed tests
2) The GetText.global_answer method has been renamed to local_answer. 3) Descriptions have been added to the GetText.local_answer, global_answer, and screenshot properties.
…e values matched to instruction parameters by type.
2) Fixed docs.yml
2) Added text_move argument to PlotAllText instruction 3) Removed bad links from README.md 4) Fixed ocr requirements in pyproject.toml
2) Changed default model in TorchSpeaker class
2) Added get_all_instructions to public api
2) Added WaitText ocr instruction
2) Cleared imports
2) Fixed tests
2) Fixed WaitText 3) Refactored error texts in TimeoutException
2) Added documentation to MouseUp, MouseDown, PressKeyDown, PressKeyUp and WaitText instructions
2) Fixed WaitText instruction data validation 3) Fixed TimeoutException data validation
2) Swaped size argument to right_bottom_point in CoordinatesUi
…seUp, PressKeyDown, PressKeyUp, WaitText classes
2) Fixed github pages build file
2) Added BaseMover documentation file 3) Fixed README file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated to the latest version