Selenium Forum: Functional And Regression Testing Tool.
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
Display results as :
Advanced Search
Latest topics
AEM Training | Free Online DemoWed Apr 21, 2021 5:45 pmazharuddin
c# PageFactory - issue initializing elementsFri Nov 01, 2019 8:40 pmthegoatboy
Selenium making automatic connection to random urlsMon Jul 08, 2019 12:58 pmrepairtechsolutions1
How can we design the custom framework in Selenium RCMon Jun 24, 2019 2:26 pmrandybonnettes
What are the new features in Selenium 3.0Tue Jun 18, 2019 5:37 pmpappyvicky
What are you using Selenium for? Fri Apr 12, 2019 3:52 amzhl
LIMITATIONS OF SELENIUMWed Apr 10, 2019 11:23 amswara
Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search

Go down
avatar
dipti_shinde
Posts : 2
Join date : 2010-01-07

How to detect dynamically generated flash controls in selenium Empty How to detect dynamically generated flash controls in selenium

Wed Jan 13, 2010 6:09 pm
In my flash application one textbox and button are dynamically generated .
So no ID is given to these dynamically generated controls.
So in selenium in doFlexClick event how to detect that dynamically generated control?
Advisor
Advisor
------------------------
------------------------
Posts : 387
Join date : 2009-07-30
Location : India
https://seleniumforum.forumotion.net

How to detect dynamically generated flash controls in selenium Empty Re: How to detect dynamically generated flash controls in selenium

Tue Jan 19, 2010 12:05 pm
Hi,

For flash component selenium is very less supported. To perform operation on flash component you need other tool or you have to write your own javascript function that will perform operation on flash component.
For this you must have great programming skills.

In selenium you can just verify its name and some attribute only. Nothing more than this. Hope this will help you to get an idea.

Best of luck

Bye
avatar
h2oman
Posts : 2
Join date : 2012-03-22

How to detect dynamically generated flash controls in selenium Empty Re: How to detect dynamically generated flash controls in selenium

Fri Mar 23, 2012 12:34 am
I notice this post is dated 2010. Has there been any progress with Selenium in support for Flash 4 or higher?

I'm using sfapi.swc 2.6 (I believe the latest version), but it looks like the flexcompiler-version is 3.5.

The ape uses JavascriptExecutor perform the automated actions. With this api I can get click method to work on buttons and textboxes. Cannot click checkboxes, comboboxes or dropdowns. The type(enterText) method works on texbox. However, combox and dropdown can only be selected by index and not by value(text), which is not favorable.

Any information is appreciated. Thanks in advance!
Sponsored content

How to detect dynamically generated flash controls in selenium Empty Re: How to detect dynamically generated flash controls in selenium

Back to top
Permissions in this forum:
You cannot reply to topics in this forum