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.