Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Chetic/robotframework-async

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Generic Robot Framework library for asynchronous keyword execution

Installation

If you have pip installed: pip install robotframework-async

Alternatively download directly from the Python Package Index: https://pypi.python.org/pypi/robotframework-async

Usage

  1. Import into a test suite with:
    Library AsyncLibrary
  2. To run a keyword asynchronously:
    ${handle} async run some keyword first argument second argument
  3. To retrieve the return value, a blocking call to async_get is called with the handle:
    ${return_value} async get ${handle}

About

Generic Robot Framework library for asynchronous keyword execution

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.