Skip to main content
Cadet | Tier 2
January 5, 2023
Question

poup on linked in message box

  • January 5, 2023
  • 14 replies
  • 221 views

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
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.

 

Padmakumar
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
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.

Padmakumar
Raul Jaimes
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