Skip to content

C# ldtp Object LaunchApp method requires arguments by default. #8

@bangonkali

Description

@bangonkali

The following piece of code required some arguments by default.

namespace ldtp.test.ie
{
    class Program
    {
        static void Main(string[] args)
        {
            string[] s1 = new string[1] {""}; // requires arguments by default. this should be optional.
            Ldtp.Ldtp l = new Ldtp.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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions