IE.AttachToIE (Find.ByUrl ("mon url") semble être inexistant dans le candidat WatiN 2.0 RC.Il existe dans 1.3 Comment puis-je ? le fixer dans la version 2.0AttachToIE semble être inexistant dans le WatiN 2.0 RC
0
A
Répondre
1
Essayez ceci:
IE.AttachTo<IE>(Find.ByUrl("my url"))
1
Browser ie = Browser.AttachTo (typeof (IE), Find.ByTitle (nouveau Regex ("Titre de la fenêtre *.")));