Closed osrjv closed 1 year ago
Not sure if this issue is actually relevant anymore as the upstream selenium library has type hints these days, but keeping here for tracking purposes.
Typing is common practice nowadays in library development so I will close this issue. We ofc don't have control on upstream packages, but for rpaframework this is the practice.
Some keywords in the
RPA.Browser
always expect to receive strings, which creates surprising errors. For instanceSelect From List By Value
does not function as expected when given an integer.The library should have type hints for automatic RF argument conversion and/or explicit casts where certain types are expected.