You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to prioritize a library during import by using the prioritize_library argument does not set the search order as expected. When argument is set, I still receive keyword conflict errors between Browser and SeleniumLibraryToBrowser.
I import as per the library's documentation:
which results in keyword conflict errors:
The current workaround is to set the search order elsewhere by using the keyword Set Library Search Order.
The text was updated successfully, but these errors were encountered:
It never uses the elif at line 600. Even after fixing the current function, it's pretty inefficient. Since I was rummaging around in the code, I wrote a new version of the function that seems to work. The new approach sets the order once per test suite.
Attempting to prioritize a library during import by using the
prioritize_library
argument does not set the search order as expected. When argument is set, I still receive keyword conflict errors between Browser and SeleniumLibraryToBrowser.I import as per the library's documentation:
which results in keyword conflict errors:
The current workaround is to set the search order elsewhere by using the keyword
Set Library Search Order
.The text was updated successfully, but these errors were encountered: