Skip to main content
Question

poup on linked in message box

  • January 5, 2023
  • 14 replies
  • 158 views

Forum|alt.badge.img+2

In linked,the bot should identify if there is any popup on the message icon and click on the icon 

14 replies

Padmakumar
Premier Pathfinder | Tier 7
Forum|alt.badge.img+15
  • Premier Pathfinder | Tier 7
  • January 5, 2023

Hi @Kaviti Moulika ,

 

Inspect the element and try to narrow down it’s object property.

Try with the Recorder →  Capture and If → Object Exists condition to automate the same.

 

I hope you get the logic.


Forum|alt.badge.img+2
  • Author
  • Cadet | Tier 2
  • January 5, 2023

already i tried this method bot was not clicking on message box  


Padmakumar
Premier Pathfinder | Tier 7
Forum|alt.badge.img+15
  • Premier Pathfinder | Tier 7
  • January 5, 2023

already i tried this method bot was not clicking on message box  

 

Could you please share the captured object details of the same?


Forum|alt.badge.img+2
  • Author
  • Cadet | Tier 2
  • January 5, 2023

It is linked in scenario

when i get a message popup then bot have to click on message symbol

otherwise not


Forum|alt.badge.img+2
  • Author
  • Cadet | Tier 2
  • January 5, 2023

 


Padmakumar
Premier Pathfinder | Tier 7
Forum|alt.badge.img+15
  • Premier Pathfinder | Tier 7
  • January 5, 2023

It is linked in scenario

when i get a message popup then bot have to click on message symbol

otherwise not

 

I got your requirement already. But if you can provide the Captured actions part in your code, I may able to understand why it is failing.


rbkadiyam
Premier Pathfinder | Tier 7
Forum|alt.badge.img+17
  • Premier Pathfinder | Tier 7
  • January 5, 2023

@Kaviti Moulika if you can identify the DOM object name you can try the condition if value is greater than 1  will resolve this issue. 


Forum|alt.badge.img+2
  • Author
  • Cadet | Tier 2
  • January 6, 2023

It is linked in scenario

when i get a message popup then bot have to click on message symbol

otherwise not

 

I got your requirement already. But if you can provide the Captured actions part in your code, I may able to understand why it is failing.

 


Raul Jaimes
Forum|alt.badge.img+9
  • Navigator | Tier 3
  • January 6, 2023

@Kaviti Moulika ,

Try using the wilcard in the windows title and the property  html inner text

 

 

 

 

 

HTH

Regards


Forum|alt.badge.img+2
  • Author
  • Cadet | Tier 2
  • January 6, 2023

@Kaviti Moulika ,

Try using the wilcard in the windows title and the property  html inner text

 

 

 

 

 

HTH

Regards

 


Padmakumar
Premier Pathfinder | Tier 7
Forum|alt.badge.img+15
  • Premier Pathfinder | Tier 7
  • January 6, 2023

It is linked in scenario

when i get a message popup then bot have to click on message symbol

otherwise not

 

I got your requirement already. But if you can provide the Captured actions part in your code, I may able to understand why it is failing.

 

 

Try to capture it again and see whether the value getting for object property HTML InnerText or not. If you are not getting, try after changing the Object Capturing Technology

 

Save the result to a string variable and later on, you can use the IF → String condition to check whether it is empty or not and accordingly decide the remaining logic.

 

FYI: I am getting the value for HTML InnerText after capturing it.

 


Forum|alt.badge.img+2
  • Author
  • Cadet | Tier 2
  • January 6, 2023

It is linked in scenario

when i get a message popup then bot have to click on message symbol

otherwise not

 

I got your requirement already. But if you can provide the Captured actions part in your code, I may able to understand why it is failing.

 

 

Try to capture it again and see whether the value getting for object property HTML InnerText or not. If you are not getting, try after changing the Object Capturing Technology

 

Save the result to a string variable and later on, you can use the IF → String condition to check whether it is empty or not and accordingly decide the remaining logic.

 

FYI: I am getting the value for HTML InnerText after capturing it.

 


 

replaced * in the number place

not working


Padmakumar
Premier Pathfinder | Tier 7
Forum|alt.badge.img+15
  • Premier Pathfinder | Tier 7
  • January 6, 2023

It is linked in scenario

when i get a message popup then bot have to click on message symbol

otherwise not

 

I got your requirement already. But if you can provide the Captured actions part in your code, I may able to understand why it is failing.

 

 

Try to capture it again and see whether the value getting for object property HTML InnerText or not. If you are not getting, try after changing the Object Capturing Technology

 

Save the result to a string variable and later on, you can use the IF → String condition to check whether it is empty or not and accordingly decide the remaining logic.

 

FYI: I am getting the value for HTML InnerText after capturing it.

 


 

replaced * in the number place

not working

 

You don’t have to edit the HTML InnerText. Just capture it and see the data within it. Use that later to check the IF Condition.


Raul Jaimes
Forum|alt.badge.img+9
  • Navigator | Tier 3
  • January 6, 2023

@Kaviti Moulika ,

If you go directly to URL:  https://www.linkedin.com/messaging/  exists any improvement or only when you have a new message?

Regards