Skip to content

Latest commit

 

History

History
156 lines (94 loc) · 8.04 KB

CHANGELOG.md

File metadata and controls

156 lines (94 loc) · 8.04 KB

Changelog

All notable changes to "autoit-webdriver-boilerplate" will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Go to legend for further information about the types of changes.

0.9.0 - 2024-09-15

Added

  • IgnoreSSLAndCerts option to global values configuration. b954b0e
  • Restore option to _WD_Window function (restore window size). e46a6ad

Changed

  • Apply upcoming au3WebDriver release changes (v1.4.0). 28f7fc1
  • Port handling in _SetDriverOptions function. 627d223
  • Reduce the navigation actions in '_NavigateBetweenPages()'. d0ab3f6

Documented

  • Extend README.md file by browser testing information. ba57870

0.8.0 - 2024-03-04

Added

  • Function '_ExistsElement' which wraps the '_FindElement' result as boolean. 30aa238
  • Helper function '_Print' to utils functions. fb0b672
  • New config setting for 'find element error' handling. 6a260fe

Changed

  • Set new default value 'maximize' to browser mode variable. 7b28668

Documented

  • Update README.md file by new function '_ExistsElement'. 34c782f

0.7.0 - 2024-02-29

Documented

Styled

  • Reorder functions in file to get a better context overview. 591fb29

0.6.0 - 2024-02-27

Added

  • New functions in 'webdriver-actions-handler.au3' file for handling multiple browser tabs. 70ac8d3
  • New steps functions which represents the multiple tab handling examples. c75278f

Changed

Documented

  • Add new example (branch content) to the README.md file. 41aafe1

0.5.0 - 2024-02-26

Added

  • BrowserMode as option to resize the browser to a maximized window or a fullscreen window. 39904d3

0.4.0 - 2024-02-18

Changed

  • Renew 'chrome for testing' driver url in wd_core.au3 file. ff52e04

Documented

  • Add example of function '_SetGlobalValues()' in README.md file. 133a200
  • Extend README.md file by more instructions. f7aeea5

0.3.0 - 2024-02-13

Changed

  • Get rid of initial example code and apply new default main branch example. a076d07
  • Get rid of main branch example code and apply new goole-search example. 9ce1b0e

Documented

  • Added Discord server to README.md file (not linked yet). d59527b
  • Extend feature overview table in README.md file by additional column. c6c0294

Styled

  • Minor adjustment (remove empty line). b60d8dc

0.2.0 - 2024-02-12

Changed

  • Extract 'take screenshot' actions into separate function. 84d84a2

Documented

  • Add feature overview table in README.md file. a8f0856
  • Mention authors in acknowledgements section of the README.md file and add licenses. b784abb

Removed

  • Unnecessary logging to console. 25b2802

0.1.0 - 2024-02-11

Added

  • Initial commit with all repository data and dependencies.

Legend - Types of changes

  • Added for new features.
  • Changed for changes in existing functionality.
  • Deprecated for soon-to-be removed features.
  • Documented for documentation only changes.
  • Fixed for any bug fixes.
  • Refactored for changes that neither fixes a bug nor adds a feature.
  • Removed for now removed features.
  • Security in case of vulnerabilities.
  • Styled for changes like whitespaces, formatting, missing semicolons etc.

To the top