Identify Characteristics of process Currently Attached to
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
19-10-18 07:58 PM
Is there a way to determine to characteristics of the process you're currently attached to (specifically for an IE browser). I'm looking to identify the parameters that you enter when you attach to an object (process ID, windows title, child index, etc.)
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
22-10-18 03:16 PM
I don't think you can Tom. But if you've already attached using those details, wouldn't you already know them?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
24-10-18 03:06 AM
Thanks John, I've figured out an alternate solution. The issue was having TabProcGrowth set in our registry was setting BP recommends was breaking our application. There were then 2 processes for the same webpage, and I was having trouble differentiating between the two to re-attach (have to detach to login to Windows Security SSO pop-up). I was thinking I could identify the process ID when I launch so I could use it to re-attach after logging in.
My solution was getting all the processes in a collection and then (looping through) attaching to each one, and checking to see if one of the elements on the homepage exists with a wait stage. If it exists, I exit the loop and continue.
