microsoft / EasyRepro

Automated UI testing API for Dynamics 365
MIT License
513 stars 285 forks source link

[HOW-TO] Visit an specific URL #1368

Closed pochopd closed 9 months ago

pochopd commented 1 year ago

Hi, is there any way to visit a specific link after login like "https://cne-tst-300930.crm.dynamics.com/main.aspx?appid=b140c46e-1492-ec11-b400-0022480b4078" I'm trying to use less steps to fill a form. Thank you.

Shakevg commented 5 months ago

pochopd Use next code

client.Browser.Driver.Navigate().GoToUrl("https://cne-tst-300930.crm.dynamics.com/main.aspx?appid=b140c46e-1492-ec11-b400-0022480b4078");