We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How Can I click on TabNavigator??
<mx:TabNavigator id="mainSs" width="100%" height="100%" paddingTop="0" historyManagementEnabled="false" tabHeight="26">
<view:EditView label="Search/Edit Record" id="edit" user="{model_Me.user_name}"/> <view:UploadView label="Upload File" id="upload" enabled="{model.user.userInRoleForApp( 'RAP', 'UPLOAD' )}" user="{model_Me.user_name}" uploadErrors="{model_Me.uploadErrors_found}"/>
/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??
The text was updated successfully, but these errors were encountered:
No branches or pull requests
How Can I click on TabNavigator??
<mx:TabNavigator id="mainSs" width="100%" height="100%" paddingTop="0" historyManagementEnabled="false" tabHeight="26">
/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??
The text was updated successfully, but these errors were encountered: