Addition to #846 and #855:#869
Addition to #846 and #855:#869SrinivasanTarget merged 2 commits intoappium:masterappium/java-client:masterfrom TikhomirovSergey:masterCopy head branch name to clipboard
Conversation
|
@SrinivasanTarget Could you check it on iOS? |
| default String getClipboardText() { | ||
| byte[] base64decodedBytes = Base64 | ||
| .getDecoder() | ||
| .getMimeDecoder() |
There was a problem hiding this comment.
Did suggested this in last PR. How did i missed it. Good catch @TikhomirovSergey
There was a problem hiding this comment.
@mykola-mokhnach Last time when i locally built Appium's WDA(Forked) and tested clipboard of URL's where passing in iOS after your fix here but now i upgraded my XCUI driver to latest release but URL's stopped working after that.
URL's are working only if i use mime decoding for URL.
There was a problem hiding this comment.
Can you make mime decoding for getClipboardUrl too? Else it is failing...
|
@SrinivasanTarget I made some changes. Could you run iOS test one more time? |
jlipps
left a comment
There was a problem hiding this comment.
looks good. any chance we can publish a new beta?
Change list
Types of changes
Details
I could reproduce
java.lang.IllegalArgumentException: Input byte array has incorrect ending byte at...on the getting of clipboard text