You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @jvandenaardweg, so I found a bug here. Let me reproduce the bug first.
When I run the code based on the example here the code works properly but the fullName return is not what I expected as you can see below. The fullName return total connections of profile LinkedIn
When I jump into the code I see in this line the selector does not match as fullName in LinkedIn (picture below). I think we need to change the selector to h1 to match with element in fullName LinkedIn
The text was updated successfully, but these errors were encountered:
Hi @jvandenaardweg, so I found a bug here. Let me reproduce the bug first.
fullName
return is not what I expected as you can see below. ThefullName
return total connections of profile LinkedInfullName
in LinkedIn (picture below). I think we need to change the selector toh1
to match with element infullName
LinkedInThe text was updated successfully, but these errors were encountered: