File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -749,8 +749,8 @@ export class EspressoDriver extends AndroidDriver implements ExternalDriver<
749
749
getSettings = miscCmds . getSettings ;
750
750
751
751
getClipboard = clipboardCmds . getClipboard ;
752
- mobileGetClipbard = clipboardCmds . getClipboard ;
753
- mobileSetClipbard = clipboardCmds . mobileSetClipboard ;
752
+ mobileGetClipboard = clipboardCmds . getClipboard ;
753
+ mobileSetClipboard = clipboardCmds . mobileSetClipboard ;
754
754
755
755
// @ts -ignore It's expected
756
756
mobileStartService = servicesCmds . mobileStartService ;
Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ export const executeMethodMap = {
208
208
}
209
209
} ,
210
210
'mobile: getClipboard' : {
211
- command : 'getClipboard ' ,
211
+ command : 'mobileGetClipboard ' ,
212
212
} ,
213
213
214
214
'mobile: startService' : {
You can’t perform that action at this time.
0 commit comments