with selenium nodes upload files from pc to web browser

I’m currently overwhelmed with work, so I didn’t have time to look at the WF or the site in detail. But, what catches my eye:

html/body/div[1]/div[4]/div[1]/div/div[1]/div[2]/div/div[2]/div[1]/div[2]/div/div/div[2]/div/iframe

Obviously, the page you’re working with contains <iframe>s. In case you want to access elements within an <iframe>, you need to explicitly switch to this iframe first. We have actually discussed this a while ago in the following thread:

– Philipp

1 Like