Skip to content

v0.11.0

Compare
Choose a tag to compare
@xylix xylix released this 29 Jul 13:30

New keywords:

  • Get Elements gets list of elements matching selector and returns them as a list of elementhandle UUIDs. These can be used for iteration with other keywords.

Other enchancements:

  • Wait For Function and Execute JavaScript now accept our playwright selectors and our elementhandles as arguments to pass to the function executed on browser page. See examples
  • No longer need to separately run rfbrowser init. Dependencies are downloaded at library import if they don't exist on file system yet
  • Bugfix and test improvement for Highlight Elements
  • Functionality that was in rfbrowser init is now automatically done at library import time.