feat: 新增获取前台应用,oppo输入法切换兼容性适配。新增切换输入法方法

This commit is contained in:
余泓铮
2024-06-24 16:42:26 +08:00
parent 02a8783223
commit d084066354
6 changed files with 78 additions and 12 deletions
+4
View File
@@ -591,6 +591,10 @@ func (wd *wdaDriver) GetPasteboard(contentType PasteboardType) (raw *bytes.Buffe
return
}
func (wd *wdaDriver) SetIme(ime string) error {
return errDriverNotImplemented
}
func (wd *wdaDriver) SendKeys(text string, options ...ActionOption) (err error) {
// [[FBRoute POST:@"/wda/keys"] respondWithTarget:self action:@selector(handleKeys:)]
actionOptions := NewActionOptions(options...)