Yashveer Rana

Results 15 comments of Yashveer Rana

@Mihailoff curious to know if this reusability does actually improve the performance? Since we're still opening a new page before every new execution

@rogeriopvl headless chrome steals focus on OSX.. the desirable thing to have is what PhantomJS does, run completely silent in the background.. Are there any flags that can be passed...

In solr, that is based out of lucene, you need to define a field type with a custom similarity class and use that type in the field Something like ```...

@Jackie1210 did you try running it locally to reproduce the problem?

Look at https://github.com/force-adverse/puppeteer-humanize

Can you share the example from a webpage or component?

Linkedin now allows only the `liteprofile` scope by default. For additional profile fields, your app must submit a seperate requests. Try using `const scope=['r_liteprofile','r_emailaddress']`

@fabianmedina09 do you still have the `r_basicprofile` permission in your app? If yes, then how did you get access to it, since Linkedin has revoked that access on most apps...

@Niek This is what ChatGPT suggests in a nutshell.. Can this solution be incorporated? 1. Find border radius property of the button 2. You can safely click within a rectangle...

You can import ghost-cursor in the following way ``` const { createCursor } = require('ghost-cursor'); const cursor = createCursor(page); ```