saucepleez / taskt

taskt (pronounced 'tasked' and formely sharpRPA) is free and open-source robotic process automation (rpa) built in C# powered by the .NET Framework
http://www.taskt.net/
1.11k stars 354 forks source link

Taskt Xpath issue #167

Closed CHKOTI511 closed 4 years ago

CHKOTI511 commented 4 years ago

I am trying click an element by xpath, which is inside a iframe. How can i do it by Web element action.

saucepleez commented 4 years ago

After reviewing this, the functionality was indeed missing. The logic exists to change windows but not frames. I have added a new command which enables the ability to switch between multiple frame types:

image

This is now available in DEV if you are building from source, otherwise, we should be releasing this Friday through a signed build.

wladneto commented 4 years ago

You can get Iframe by Xpath and the action is Switch to Frame image

and next command you can click in element inside the Iframe.