Skip to content

Releases: lanit-exp/FlaNium.Desktop.Driver

FlaNium.Desktop.Driver

15 Oct 17:59
06875cd
Compare
Choose a tag to compare

2.2.1 (2023-10-15)

Breaking changes

  • Added Guid to sessionId instead of a hardcoded value.
  • Added Get Element Rect Command
  • Added socket free after each request when using injection.

FlaNium.Desktop.Driver

31 Aug 19:47
38c24f8
Compare
Choose a tag to compare

2.2.0 (2023-08-31)

Breaking changes

  • Added the ability to manually launch the application.
  • Added the ability to delete files and directories.
  • Added support for system variables in the application path.

Bug fixes

  • Fixed errors of transition to standard w3c.

FlaNium.Desktop.Driver

27 Jul 20:10
e296843
Compare
Choose a tag to compare

2.1.0 (2023-07-28)

Breaking changes

  • Added w3c standard support (selenium 4.10).

Bug fixes

  • Fixed no close application in close method

FlaNium.Desktop.Driver

14 Mar 10:53
34519ca
Compare
Choose a tag to compare
Pre-release

2.0.0-beta (2023-03-14)

Breaking changes

  • Significant code refactoring has been done.
  • Libraries versions updated.
  • Added support Selenium WebDriver 4.7.0.
  • Changed the logic of starting a new session.
  • Added support for injection.
  • Added methods for working with the root element and processes.
  • And many other small changes.....

FlaNium.Desktop.Driver

12 Feb 14:21
2dcf30d
Compare
Choose a tag to compare

1.6.0 (2022-02-12)

Breaking changes

  • None

Enhancements

  • Added a response timeout parameter in case of failure or freezing of Windows API. (Default 300 sec)
  • Added TouchActions : Drag, Hold, Pinch, Rotate, Tap, Transition.
  • Added auto-closing of the application before starting a new session.

Bug fixes

  • Hide screenshot body output to console (reduced query execution time).

FlaNium.Desktop.Driver

04 Oct 08:10
1a70601
Compare
Choose a tag to compare

1.5.1 (2021-10-04)

Breaking changes

  • None

Enhancements

  • None

Bug fixes

  • Troubleshooting a process connection problem using the process name parameter.

FlaNium.Desktop.Driver

30 Aug 17:38
205e03b
Compare
Choose a tag to compare

1.5.0 (2021-08-30)

Breaking changes

  • None

Enhancements

  • Added the ability to create a screenshot of elements that are not in the foreground (overlapped by other windows).

Bug fixes

  • None

FlaNium.Desktop.Driver

19 Aug 11:18
1c7793f
Compare
Choose a tag to compare

1.4.0 (2021-08-19)

Breaking changes

  • None

Enhancements

  • Added setClipboardText command.
  • Added ProcessName option to Capabilities.

Bug fixes

  • None

FlaNium.Desktop.Driver

11 Aug 09:29
6808491
Compare
Choose a tag to compare

1.3.0 (2021-08-11)

Breaking changes

  • None

Enhancements

  • Added getKeyboardLayout command.
  • Added setKeyboardLayout command.
  • Added elementMouseAction command.
  • Added getClipboardText command.
  • Added keyCombination command.

Bug fixes

  • None

FlaNium.Desktop.Driver

21 Jun 18:58
3aa1c6f
Compare
Choose a tag to compare

1.2.0 (2021-06-21)

Breaking changes

  • None

Enhancements

  • Added SendCharsToActiveElement command.

Bug fixes

  • Setting automatic switching to the English keyboard layout. Solving the problem with entering text on a non-English layout.