Chrome_POP_UP issue

Hi Friends,

I’m facing issue in update work items part in Level -1 training. After clicking “update work item” button , below pop up window gets generated but I’m not able to type in the comment box.

I have gone through few threads in this forum regrading this issue. As mentioned i have used below selector in attach browser

html app=‘chrome.exe’ htmlwindowname=‘WI-Update’ url=‘ACME System 1 - Log In*’ /

And below selector in “type into” activity

html app=‘chrome.exe’ htmlwindowname=‘WI-Update’ url=‘ACME System 1 - Log In*’ /><webctrl tag=‘TEXTAREA’/

But still it is not working for me. I’m using chrome browser.

Could somebody help on this

In Attach browser, select browser type as "Chrome"and try.

Instead of opening this in a popup, try navigate to activity in the parent browser only.

Thanks,
Prankur

Hi Prankur Joshi,

Thanks for your response. Yes, as an alternative I’m opening the update work item in parent browser using “Navigate to” activity like below

While reading many of the threads i could see , people are able to type in the pop up window itself. I just want to figure out why i couldn’t :slight_smile:

Have you completed this exercise?

Hi Vivek,

Yes I’m using the browser type as “chrome” only. Still I’m facing this issue