cls_1231 Posted August 8, 2017 Share Posted August 8, 2017 Hello friends, I'm from Peru, new to the forum, and recently started using autoit to automate the processes in firefox, but I just ran into a problem, I'm using FF.au3 (0.6.0.2b) and mozRepl with firefox (54.0.1) and win8.1 64b, well the problem I'm having is with an "iframe" of a web, which method can I use to be able to click Automatically ?, use _FFImageClick and _FFClick, but can not find the path iframe is the sgte: "<Iframe scrolling =" no "src =" / members / btc-golde1.php "style =" overflow: hidden; width: 25px; height: 25px; Border-radius: 10px; "frameborder =" 1 "> </ iframe>" My path to click on the iframe is "_FFImageClick (" / members / btc-golde1.php "," src ") Tmb try "_FFClick (" / members / btc-golde1.php "," src ") Well, I hope to know if there is any way, thanks for your time, and good day;) Link to comment Share on other sites More sharing options...
Danp2 Posted August 8, 2017 Share Posted August 8, 2017 Have you looked at _FFFrameEnter? http://english.documentation.ff-au3.thorsten-willert.de/ff_functions/_FFFrameEnter.php cls_1231 1 Latest Webdriver UDF Release Webdriver Wiki FAQs Link to comment Share on other sites More sharing options...
cls_1231 Posted August 12, 2017 Author Share Posted August 12, 2017 Thanks try using the code but do not find iframe in mozilla, anyway thank you, my only solution was to activate the screen and use mouseclick with the coordinates to activate them, I do not like because if the image changes size does not click is a temporary solution... Link to comment Share on other sites More sharing options...
Danp2 Posted August 12, 2017 Share Posted August 12, 2017 You will need to post your code or at least a reproducer script if you want further assistance with this. Latest Webdriver UDF Release Webdriver Wiki FAQs Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now