Jump to content

Recommended Posts

Posted

I stable script which is used to upload file in local machine is not working on executing through selenium grid,I have auto script/files available in remote machines.also if i click on exe it works perfectly and I am able to upload file.Problem is only when i execute through code

Posted

Code to execute AutoIt

case "fileName":
                        process = Process.Start(@"E:\graderDocs\graderWord_0_score\word0.exe");
                        break;

AutoIT script

WinWaitActive("Open")
Send("C:\graderDocs\graderExcel_22.5_score\Last_First_sk16_xl_ch1-4_grader_cap_hw.xlsx")
Send("{ENTER}")

Its working fine in my machine & Friends machine.Only while executing in selenium grid its failing.

Thanks,

Parth

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...