Skip to content

3.3.0

Latest
Compare
Choose a tag to compare
@rgonalo rgonalo released this 26 Nov 14:19
· 1 commit to master since this release
24436f5
  • Allow negative indexes for list elements in context searches. Example: [CONTEXT:element.-1]
  • Add support for JSON strings to the DICT and LIST` replacement. Example: [DICT:{"key": true}], [LIST:[null]]
  • Add REPLACE replacement, to replace a substring with another. Example: [REPLACE:[CONTEXT:some_url]::https::http]
  • Add TITLE replacement, to apply Python's title() function. Example: [TITLE:the title]
  • Add ROUND replacement, float number to a string with the indicated number of decimals. Example: [ROUND:3.3333::2]
  • Remove accents from generated file names to avoid errors in some filesystems
  • Update Appium-Python-Client requirement to enable 3 and 4 versions
  • Deprecate set_text method in InputText class to make it compatible with Appium-Python-Client 3 and 4