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

Text_reading updates #44

Merged
merged 3 commits into from
May 10, 2012
Merged

Text_reading updates #44

merged 3 commits into from
May 10, 2012

Conversation

ldobson
Copy link
Contributor

@ldobson ldobson commented May 9, 2012

Changed include for text functions from screen_reader_common.inc to common.inc. Some functions distributed from common_text to common_wait and common_click.

Includes changed for essences.lua to reflect above changes.

Documentation added to all text functions describing their usage.

Added waitForNoTextInRegion, a corrolary to waitForTextInRegion.

Added optional delay, timeout to all wait functions, specifying the sleep
time between function calls, and timeout after which the functions return
null, respectively.

Added an optional isExact parameter to every function that searches for
text, if true then it will only look for lines which contain the exact
text specified.

screen_reader_common.inc.  Some functions distributed from common_text to
common_wait and common_click.

Includes changed for essences.lua to reflect above changes.

Documentation added to all text functions describing their usage.

Added waitForNoTextInRegion, a corrolary to waitForTextInRegion.

Added optional delay, timeout to all wait functions, specifying the sleep
time between function calls, and timeout after which the functions return
null, respectively.

Added an optional isExact parameter to every function that searches for
text, if true then it will only look for lines which contain the exact
text specified.
Vaevictusnet added a commit that referenced this pull request May 10, 2012
@Vaevictusnet Vaevictusnet merged commit 64ecb3d into Vaevictusnet:master May 10, 2012
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

2 participants