30-06-19 03:47 PM
Hello every one,
I was using Web Application and BElow are the steps in order to complete the Automation.
1. Login
2. Pass some ID in html BOX
3. Click Search button
4. When you click Search button it will open child windows (I said child but I am not able to spy the child window in win 32 )
5. Once child window opens the Click Some thing like table will appear with first row having columns and second row has values
6. BOt will Double click any value in the second row then the child window will be closed automatically and parent window navigate to new page
Under 6th step I am facing issue > Issue is I spied the values in the second window When I try to highlight the it is highlighting in Application modeller. and Also in Navigation stage I used Action Verify to Highlight it is still working But The desired result is to click any value in the second ROw. It is not working neither Focus and Double click
I never faced this kind of issue before, Could some one suggest me how to fix this issue?
01-07-19 05:12 AM
01-07-19 11:31 AM
01-07-19 12:07 PM
01-07-19 01:53 PM
01-07-19 04:24 PM
New Object is not able to attach the child window Here are the steps I did
1. process name:"iexplorer"
2. windows title
3. child index: tried both 0 and 1
And I looked in to the tesk Manager Only process is running Because of that I think it is not able to attach the child window when i use the new object.
Weird behavior is IN Navigation stage When I try to use Action focus, click center its not at all working But when I use Verify action it is working , and When I use Global click center cursor is going to the desired location But Not sure about it is clicking that element
Desired Result is Bot need to double click the element ,So I added two steps in Navigate stage and using Global click center twice and Time period for each step is 0 . Since I want to click that element with out any time lag. But its not working either
Thanks
02-07-19 07:13 AM
Process Name is "iexplore", you've mentioned "iexplorer" can you check that again?
I replicated your scenario and it was working for me in a new object. Or You can try this in same Object
02-07-19 12:33 PM
02-07-19 02:02 PM