mde / flex-pilot

Testing automation library for Flex and Flash.
55 stars 30 forks source link

need to click on a tabNavigator which has some views.. #12

Open submitsim opened 13 years ago

submitsim commented 13 years ago

How Can I click on TabNavigator??

``` ``` /mx:TabNavigator I am trying the following, But, not working. ((JavascriptExecutor) webDriver).executeScript("document.getElementById('"+flashObjectId+"').fp_click({ id:'mainSs', label:'Upload File'})"); OR ((JavascriptExecutor) webDriver).executeScript("document.getElementById('"+flashObjectId+"').fp_click({ id:'mainSs', id:'upload'})"); So, Can u help Please??