tags:

views:

23

answers:

1

how to handle ActiveX using Selenium RC an Java??

A: 

Selenium can not test non-html elements like Flash or ActiveX.

I like to use either a simple Windows macro recorder like AutoHotKey or the iMacros Scripting Edition with its Image Recognition features. Both can automate ActiveX. The later allows you to run/test several instances at once while a macro recorder is limited to one instance per desktop.

SamMeiers