Quantcast
Channel: Visual Studio and Visual Web Developer Express
Viewing all articles
Browse latest Browse all 3509

Automated UI Testing

$
0
0

When attempting the simplest automated UI test task I get the error:

FailedToPerformActionOnHiddenControlException: Cannot perform 'Click' on the hidden control. Additional Details:
TechnologyName: 'MSAA'
ControlType: 'Document'

The that is run is just clicking on link on the screen and the code generated is:

Public Sub Test5()
            Dim uIChromeLegacyWindowDocument As WinControl = Me.UIITVennersOnlineGooglWindow.UIChromeLegacyWindowWindow.UIChromeLegacyWindowDocument

            'Click 'Chrome Legacy Window' document
            Mouse.Click(uIChromeLegacyWindowDocument, New Point(563, 221))
        End Sub

Any ideas?


Viewing all articles
Browse latest Browse all 3509

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>