You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys, I somehow got the previous issue #7 to work. Now I'm having some issues writing the same script in C#.
The problem is once again on how to make sure the object is detected. Here's what I've made so far that builds and works. Only up to that point.
usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingLdtp;usingLdtpd;namespaceldtp.test.ie{classProgram{staticvoidMain(string[]args){// Indicate arguments here.string[]s1=newstring[1]{""};Ldtp.Ldtpl=newLdtp.Ldtp("*Internet Explorer");l.LaunchApp("iexplore",s1);// requires arguments by default. this should be optional.l.WaitTillGuiExist();l.Click("Tools");l.WaitTime(1);}}}
The following script does not work when appended:
l.SelectMenuItem("mnuContext");
Any suggestions?
The text was updated successfully, but these errors were encountered:
Hi guys, I somehow got the previous issue #7 to work. Now I'm having some issues writing the same script in C#.
The problem is once again on how to make sure the object is detected. Here's what I've made so far that builds and works. Only up to that point.
The following script does not work when appended:
Any suggestions?
The text was updated successfully, but these errors were encountered: