Closed Alex-Weatherhead closed 1 year ago
Currently, there is no way to pass arguments to shared libraries.
For example, while this is supported:
*** Settings *** Library pabot.PabotLib Library pabot.SharedLibrary ExLib
... this is not:
*** Settings *** Library pabot.PabotLib Library pabot.SharedLibrary ExLib args=@{ARGS}
It should be very simple fix this. I am more than happy to create a PR.
Thank you! Released as Pabot 2.14.0
Currently, there is no way to pass arguments to shared libraries.
For example, while this is supported:
... this is not:
It should be very simple fix this. I am more than happy to create a PR.