Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-06-20 08:29 PM
Hi All,
I'm working with a thin client (Citrix) and need to use Region for automation. I have a list of items with text that is partially hidden and need to grab the column with the mouse and drag it to widen the view. I've done some research and just can't find the answer.
Can any explain if this is possible please.
------------------------------
Sergio Guzman
Sr. Developer
Kaiser
America/Los_Angeles
------------------------------
I'm working with a thin client (Citrix) and need to use Region for automation. I have a list of items with text that is partially hidden and need to grab the column with the mouse and drag it to widen the view. I've done some research and just can't find the answer.
Can any explain if this is possible please.
------------------------------
Sergio Guzman
Sr. Developer
Kaiser
America/Los_Angeles
------------------------------
Answered! Go to Answer.
1 BEST ANSWER
Helpful Answers
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-06-20 09:27 PM
Hi Sergio,
Check out the Start Drag and Drop Onto actions. Start Drag will click and drag from the center of the identified region. You will need another region to tell Blue Prism where to drop onto. This could be a coordinates region with the initial region as the relative parent.
While probably less reliable, you could also try using Drag and Drop with the X and Y coordinates of the Window.
Also with Citrix, you might be able to utilize global send keys: LButton for left mouse button with < to key down and hold and > to key up.
#surfaceautomation
------------------------------
Patrick Aucoin
Senior Product Consultant
Blue Prism
------------------------------
Check out the Start Drag and Drop Onto actions. Start Drag will click and drag from the center of the identified region. You will need another region to tell Blue Prism where to drop onto. This could be a coordinates region with the initial region as the relative parent.
While probably less reliable, you could also try using Drag and Drop with the X and Y coordinates of the Window.
Also with Citrix, you might be able to utilize global send keys: LButton for left mouse button with < to key down and hold and > to key up.
#surfaceautomation
------------------------------
Patrick Aucoin
Senior Product Consultant
Blue Prism
------------------------------
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-06-20 09:27 PM
Hi Sergio,
Check out the Start Drag and Drop Onto actions. Start Drag will click and drag from the center of the identified region. You will need another region to tell Blue Prism where to drop onto. This could be a coordinates region with the initial region as the relative parent.
While probably less reliable, you could also try using Drag and Drop with the X and Y coordinates of the Window.
Also with Citrix, you might be able to utilize global send keys: LButton for left mouse button with < to key down and hold and > to key up.
#surfaceautomation
------------------------------
Patrick Aucoin
Senior Product Consultant
Blue Prism
------------------------------
Check out the Start Drag and Drop Onto actions. Start Drag will click and drag from the center of the identified region. You will need another region to tell Blue Prism where to drop onto. This could be a coordinates region with the initial region as the relative parent.
While probably less reliable, you could also try using Drag and Drop with the X and Y coordinates of the Window.
Also with Citrix, you might be able to utilize global send keys: LButton for left mouse button with < to key down and hold and > to key up.
#surfaceautomation
------------------------------
Patrick Aucoin
Senior Product Consultant
Blue Prism
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-06-20 10:07 PM
Thanks for the quick reply. I've tried the Start Drag and Drop into but it didn't work on Citrix.
I'm glad you mention the LBUTTON. This is the syntax I used "<{LBUTTON}" for the start and ">{LBUTTON}" but again it didn't seem to work. Below is the error I get when using LButton
Internal : Failed to perform step 1 in Navigate Stage 'Navigate2' on page 'Customer Delink' - Unsupported key LBUTTON
------------------------------
Sergio Guzman
Sr. Developer
Kaiser
America/Los_Angeles
------------------------------
I'm glad you mention the LBUTTON. This is the syntax I used "<{LBUTTON}" for the start and ">{LBUTTON}" but again it didn't seem to work. Below is the error I get when using LButton
Internal : Failed to perform step 1 in Navigate Stage 'Navigate2' on page 'Customer Delink' - Unsupported key LBUTTON
------------------------------
Sergio Guzman
Sr. Developer
Kaiser
America/Los_Angeles
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-06-20 10:47 PM
HI Sergio,
I think the keycode string might be case sensitive. Try "<{LButton}" and ">{LButton}" instead of all-caps LBUTTON?
------------------------------
Patrick Aucoin
Senior Product Consultant
Blue Prism
------------------------------
I think the keycode string might be case sensitive. Try "<{LButton}" and ">{LButton}" instead of all-caps LBUTTON?
------------------------------
Patrick Aucoin
Senior Product Consultant
Blue Prism
------------------------------
