The inspect.getargspec is deprecated since python 3.0. With the current code, we can't set some library(e.g. SeleniumLibrary) as SharedLibrary due to below error:
ValueError: Function has keyword-only arguments or annotations, use getfullargspec() API which can support them
The inspect.getargspec is deprecated since python 3.0. With the current code, we can't set some library(e.g. SeleniumLibrary) as SharedLibrary due to below error:
inspect.getfullargspec is fully compatible with the pabot use case.