大王饶命

Results 8 comments of 大王饶命

@codeskyblue 嗯,已经提交issue了,谢谢。 https://github.com/facebook/WebDriverAgent/issues/836

@Arrow-Li 抱歉,我不太明白你除以2的作用,这样并不能解决点击位置超过屏幕中心线时导致出现偏移的问题。

```python import wda client = wda.Client() session = client.session() print("设备尺寸", session.window_size()) # 这将会打印出 '设备尺寸 Size(width=667, height=375)' def tap(x, y): session.tap(x / 2.0, y / 2.0) def main(): for i in...

I just started trying NextUI, when use some component like `Radio` or `Input`, I get a lot of Warning like > Warning: Prop `id` did not match. Server: "react-aria-4" Client....

Thanks for the reply I just reviewed the 'initSession' function in `chatgpt-api-browser.ts`, this function has some built-in CAPTCHA processing, if need to keep it, I may need to add some...

Yes, thanks for the feedback.

Sorry, currently unavailable The CAPTCHA solution provided by `chatgpt-api` is not suitable for us. I am trying to communicate and hope to expose some APIs to solve the CAPTCHA problem...