Details
Description
GWT is used as AUT.
Record the following actions:
1. Press "Google Apps Marketplace..." button on toolbar
2. Press "List on Google Apps Marketplace" button
3. Press "Cancel" button in "Sign in to Google Services" window
The following ECL code is created:
with [get-window "Sign in to Google Services"] { get-button Cancel | click key-type "TRAVERSE_TAB_NEXT" }
Test is failed with error:
Caused by: Failed to execute the command on the disposed control The control Shell is disposed...
Without key-type "TRAVERSE_TAB_NEXT" line the test is passed.
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
Still actual. Reduced priority