-
Notifications
You must be signed in to change notification settings - Fork 60
Description
Hi, I'm trying to start new projects and I got an exception when I try to use SelenoHost.Run , the problem seems to be with the structure of my testing class, I mean, the error is that I can't use a static method like SelenoHost.Run.
Update: At last I got a partial solution, if I declare an instance of SelenoHost and change some methods it works, maybe there has been a change in the source code?
Now I have problems with Navigate() and Find Methods.
I put below the exception:
Error 1 An object reference is required for non-static field, method, or property
Se requiere una referencia de objeto para el campo, método o propiedad no estáticos
'TestStack.Seleno.Configuration.SelenoHost.Run(System.Action<TestStack.Seleno.Configuration.Contracts.IAppConfigurator>)'