I am not sure what I am missing, but I installed Selenium module under PowerShell 7.1 and I cannot start chrome instance. I followed the steps below: ``` Install-Module -Name Selenium -AllowPrerelease $driver = start-SeChrome ``` I get this error: > start-SeChrome: The term 'start-SeChrome' is not recognized as a name of a cmdlet, function, script file, or executable program. I appreciate your help.