Skip to content
New issue

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

I am trying to use image to click with sikuli but it gives me remote server error. Will you be able to help me in this? #2

Open
NikitaTurakhia opened this issue Nov 28, 2022 · 0 comments

Comments

@NikitaTurakhia
Copy link

NikitaTurakhia commented Nov 28, 2022

APILauncher launch = new APILauncher(true);
Pattern pattern = new Pattern("C:\Users\nikita.shah\Pictures\Report.png");

    [TestMethod]
    public void Omni_Login()
    {
        Login();
        Thread.Sleep(2000);
        desktop.Drafts.Click();
        desktop.Drafts.Click();
        Thread.Sleep(4000);
       
        Screen screen = new Screen();
       
        screen.Click(pattern, true);
        Thread.Sleep(1000);

Above is my code and it gives me below error :

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant