Namsoo Hong

Results 4 comments of Namsoo Hong

I have same issue. Can i get some feedback why `.ActivePID()` dosen't work? And in my system, i can't use other methods like `.ActiveName()`, `.SetActive()`. Here is my system. -...

I think you can use default trigger in `begin.rive`. This trigger is matched before other all triggers. check this tutorial [https://www.rivescript.com/docs/tutorial#the-begin-block](url) ``` > begin + request // This trigger is...

I apologize for not explaining. `await page.click('''//html/body/div[4]/div/div/div/div[2]/div/div/a[3]''')` is next page's `a tag`. ![image](https://user-images.githubusercontent.com/23046579/175753318-d72812b4-08a3-46eb-b005-4dd4731e073f.png) In `playwright`, clicking xpath propery worked and switched to next page like this. ![image](https://user-images.githubusercontent.com/23046579/175753406-18250178-3a49-4413-8be4-ebdfa3f93981.png) But in `scrapy-playwright`,...

As you advised, I clicked using `#content>div.paging>div>div>a:nth-child(4)` css selector, but the same situation occurred. I'll attach the video file. I hope this video will help you understand the situation. -...