Selenium node click not working

Hi,

I´m building up a workflow to upload some files into a web page. Once build up the following wf:
WebDriverFactory---------Start WebDriver----------------FindElements------------Click

I was able to find the input type “file” and select that element I was unable to use it on Click node: Console says Execute failed: Cannot click elements

Any ideas of what is going on? Tried with Chrome or Firefox and 2 different webpages based in uploading files.

Thank you kindly

Hi eneas77,

You’re trying to click the file input, is that correct? I think this will not work – I suggest you rather try to set the file using the “Send File Path” node instead:

Does this help?

–PHilipp

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.