Naimur Rahman
Naimur Rahman
How I use `same-origin`. As I'm in my playground I'm setting this `"request.credentials": "same-origin"` and that set the cookie in the same origin. But while testing how I set this?
```javascript ``` This works well :smiley:
I tried with ```javascript async function screenshotDOMElement(opts = {}) { const padding = "padding" in opts ? opts.padding : 0; const path = "path" in opts ? opts.path : null;...
For react ```jsx const onLoad = () => { ref.editor.registerCallback('selectImage', () => { // console.log('image label disapears') const input = document.createElement('input') input.setAttribute('type', 'file') input.click() input.onchange = () => { const...
@Sifatul I have a repository for LinkedIn profile scraper https://github.com/nsourov/linkedin-profile-scraper. I am not sure this is still working, but the logic I implemented is that instead of using a direct...