We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The current -By ClassName implementation will throw an error if you try to use something like
Get-SeElement -By ClassName -Value "homeitem active"
While the native method used in the backend do not support that and throw the error, it would be super easy to fix.
The text was updated successfully, but these errors were encountered:
#160 Convert classname search to CSSSelector when spaces are present.
e5fa816
4714b21
itfranck
No branches or pull requests
The current -By ClassName implementation will throw an error if you try to use something like
While the native method used in the backend do not support that and throw the error, it would be super easy to fix.
The text was updated successfully, but these errors were encountered: