robotframework / OldSeleniumLibrary

Deprecated Selenium library for Robot Framework
Apache License 2.0
13 stars 3 forks source link

Attach File solution with selenium robot framework -- Need help ! #226

Closed spooning closed 9 years ago

spooning commented 9 years ago

Originally submitted to Google Code by badbloo... on 29 Jan 2012

Hello everybody !

I am learning selenium robot-framework in basic. Currently, I am getting stuck at my exercise with Yahoo mail attach file stuff. With my current knowledge, I don't know how to use robot-framework to click on "Attach" button which is flash object:

<object id='yuiswfyui_2_2_0_1' data="assets/swf/uploader.swf" type="application/x-shockwave-flash">

Assume that we can click on this flash object, then how could I control "Upload File" dialog of Windows

Thank you for reading and greatly appreciate your help,

Thanks

spooning commented 9 years ago

Originally submitted to Google Code by @yanne on 21 Mar 2012

Usage questions should be sent to the users list: https://groups.google.com/forum/?fromgroups#!forum/robotframework-users

There are some keywords in the library to interact with Flash objects.

Native dialog cannot be operated with SeleniumLibrary at all.

Closing this since this is not a valid issue report.