gaozhao1989 / pyjab

Python implementation for Java application UI automation with Java Access Bridge
GNU General Public License v2.0
49 stars 20 forks source link

请教大佬,嵌入在浏览器这种java如何获取 #55

Closed qiy999 closed 2 years ago

qiy999 commented 2 years ago

最近在研究公司的用友u8,有点类似electron,在应用frame内嵌入一个java,无法用[Access Bridge Explorer]捕获frame内的java元素,请问这种情况如何解决?

qiy999 commented 2 years ago

只能看到最外层的SunAwtFrame SunAwtCanvas控件,里面的输入框都获取不了

gaozhao1989 commented 2 years ago

Duplicate issue #50

Hi @qiy999,

Would you please kindly provide shareable mini demo about your scenarios since I can't found this in public area.

Kindly remind, Both Pyjab and Access Bridge Explorer does not support inspect element in browser.

qiy999 commented 2 years ago

Duplicate issue #50

Hi @qiy999,

Would you please kindly provide shareable mini demo about your scenarios since I can't found this in public area.

Kindly remind, Both Pyjab and Access Bridge Explorer does not support inspect element in browser.

image image image 这样的界面

gaozhao1989 commented 2 years ago

Hi @qiy999,

Thanks for your update. Both Access Bridge Explorer and Pyjab need standalone Java application. That means you need split Java application from web browser.

Here is advice: you can check with your application is support start with standalone mode or Java Web Start.

gaozhao1989 commented 2 years ago

Close due to this is not issue from pyjab and no more update