79256638

Date: 2024-12-06 01:21:28
Score: 1
Natty:
Report link

@undetected-selenium answer works for me but i used join() function instead of string concatenation to solve the File not found exception.

file_paths = [] #array of file paths
combined_paths = "\n".join(file_paths)
driver.FindElementById("upload1").send_keys(combined_paths)
Reasons:
  • Whitelisted phrase (-1): works for me
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @undetected-selenium
  • Low reputation (1):
Posted by: DLWLRMA