robotframework-flaui icon indicating copy to clipboard operation
robotframework-flaui copied to clipboard

FlaUI dll usage should be configurable

Open Nepitwin opened this issue 5 years ago • 0 comments

Robotframework-FlaUI should contain a configuration paramter to decide which FlaUI dll should be used.

  • Net Core 3.0
  • Net Framework 3.5 / 4.0 / 4.5
  • Custom path to specific FlaUI dll
  • Extend library property as flaui usage.
  • By default Net Framework 4.5 should be used.

Example usage

Library         FlaUILibrary  flaui=<core|framework_3_5|framework_4|framework_4_5|custom_path_to_dll>

Nepitwin avatar Aug 25 '20 10:08 Nepitwin