We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Ldtp; using Ldtpd; namespace ldtp.test.ie { class Program { static void Main(string[] args) { // Indicate arguments here. string[] s1 = new string[1] {""}; Ldtp.Ldtp l = new Ldtp.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:
John is the primary owner of C# client, assigned to him.
Sorry, something went wrong.
John, did you get a chance to look at this issue ?
Hi Nagappan, I have looked at this issue. Seems no Context menu? I think Bangon should provide windows info after Tools button is clicked.
Thanks, John
2014-11-24 5:49 GMT+08:00 Nagappan Alagappan [email protected]:
John, did you get a chance to look at this issue ? — Reply to this email directly or view it on GitHub #9 (comment).
— Reply to this email directly or view it on GitHub #9 (comment).
yingjunli
No branches or pull requests
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: