rainmanwy / robotframework-SikuliLibrary

Sikuli Robot Framework Library provide keywords for Robot Framework to test UI through Sikuli.
Apache License 2.0
147 stars 61 forks source link

java.lang.UnsatisfiedLinkError: %1 不是有效的 Win32 应用程序 #111

Open cai-git opened 5 years ago

cai-git commented 5 years ago

I got the following error: 20190930 15:53:28.086 : INFO : Opening browser 'chrome' to base url 'https://www.baidu.com'. 20190930 15:53:40.459 : INFO : Slept 2 seconds 20190930 15:53:40.473 : INFO : Params: [C:\sikuli_image] 20190930 15:53:41.082 : INFO : Params: [C:\sikuli_image\3.png] 20190930 15:53:41.082 : INFO : 20190930 15:53:41.082 : FAIL : java.lang.UnsatisfiedLinkError: %1 不是有效的 Win32 应用程序。

test_image_identification2 Selenium2Library.Open Browser https://www.baidu.com chrome #打开浏览器 maximize browser window sleep 2 Set Ocr Text Read true SikuliLibrary.get text C:\sikuli_image\3.png

rainmanwy commented 5 years ago

@cai-git , how about JDK version you are using?

So only "Get Text" keyword has problem, right?