How to Handle Flex grid with selenium web driver? -


how handle flex grid selenium web driver?

right using sikuli api (image processing) not solution. if have solution please give step wise answer have tested.

in order able automate flex application need add instrumentation features compiled swf. can done using loader application, applies instrumentation, or compile in application intending automate. webdriver communicates these automation-stubs , able take full control of application.

here description of general automation concepts: http://help.adobe.com/en_us/flex/using/ws2db454920e96a9e51e63e3d11c0bf69084-7ec5.html article should explain actual steps needed selenium2 webdriver: http://www.blackpepper.co.uk/driving-a-flex-application-via-selenium-2-webdriver/


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -