[SOLVED] After using get-control Browser, AUT hangs [message #1710307] |
Mon, 05 October 2015 19:46  |
Eclipse User |
|
|
|
Hello,
I am using this piece of code:
get-menu "Help/Welcome" | click
with [get-view "Anypoint Studio Welcome Page" | get-control Browser] {
get-object | invoke evaluate "document.getElementById('sidebar-link-create').click();"
}
get-window "New project"| get-button Ok | click
Everything is working fine until the click action (javascript line ) is processed. That click opens the "New project" windows but nothing happens. I mean, RCCPT seems to be processing but never finishs. I have to kill the AUT.
I am wondering if I have to call a specific function to retrieve the AUT control from the browser.
Regards,
Agustín.
[Updated on: Wed, 21 October 2015 21:10] by Moderator
|
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.25007 seconds