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
The following piece of code required some arguments by default.
namespaceldtp.test.ie{classProgram{staticvoidMain(string[]args){string[]s1=newstring[1]{""};// requires arguments by default. this should be optional.Ldtp.Ldtpl=newLdtp.Ldtp("*Internet Explorer");l.LaunchApp("iexplore",s1);// requires arguments by default. this should be optional.}}}
I was hoping if it's possible to remove the requirement for arguments because not all applications require arguments on start.
The text was updated successfully, but these errors were encountered:
The following piece of code required some arguments by default.
I was hoping if it's possible to remove the requirement for arguments because not all applications require arguments on start.
The text was updated successfully, but these errors were encountered: