Open
Description
Hi,
I am a software engineer, my task is to realise an test acceptance for ASP.net MVC C# project.
I want to generate the page object by specifying navigation by selecting a controller and action (rather than a Url string). this is my code:
_EditCustomerPage = BrowserHost.Instance.NavigateToInitialPage<ClientController, EditCustomerPage>(x => x.Edit(10));
And i add an instance of seleno host:
Instance.Run("Project", 13050, configure =>
{ configure.WithRouteConfig(RouteConfig.RegisterRoutes);
});
And the link generated is wrong:http://localhost:13050/fr/?Controller=Client&Action=Edit&id=22
Can you help me? Thanks
Metadata
Metadata
Assignees
Labels
No labels