Jump to content

harrydev

Members
  • Posts

    2
  • Joined

  • Last visited

harrydev's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. My problem here is: I cannot pass the exact document name / path in the AutoIt script before the document is created (document name will be keep changing). Now i created a new document and stored in specific folder. My exact requirement is to pick that specific document / file which is created to AutoIt and Upload it using the AutoIt
  2. How can i pass the specific file to AutoIt from selenium and upload that particular file: Say for example now i have created a file with name "test.doc" in a specific location using selenium with java. And now i want to upload a document which i have created recently. I need to pass file path to AutoIT script from Selenium and upload that file using AutoIT How can i achieve this with AutoIT . can we extend the below WebElement file_input = driver.findElement(By.id("id_of_button")); file_input.sendKeys("C:SeleniumImageUpload_FF.exe");
×
×
  • Create New...