0

执行操作时在下面指定错误。

捡到JAVA_TOOL_OPTIONS-agentlib:jvmhook

捡到_JAVA_OPTIONS-Xrunjvmhook -Xbootclasspath/a:"C:\Program Files (x86)\HPE\LeanFT\bin\java_shared\classes";"C:\Program Files (x86)\HPE\LeanFT\bin\java_shared\classes\jasmine.jar"

public class LeanFtTest {

     @Before
        public void init(){
            try {
                ModifiableSDKConfiguration config = new ModifiableSDKConfiguration();
                config.setServerAddress(new URI("ws://localhost:5095"));
                SDK.init(config);
            }catch (Exception ex){
                System.out.println("Exception occured " + ex.toString());
            }
        }

    @Test
    public void test() throws GeneralLeanFtException {

        Browser browser = BrowserFactory.launch(BrowserType.CHROME);
        try {
            browser.navigate("https://www.google.co.in/");
            browser.sync();

        } catch (Exception e) {
            System.out.println("error in navigation");
        }
    }
}
4

2 回答 2

0

尝试从leaft 启动浏览器时出现 picocomposition.message 类型不存在的问题。此外,leanftruntimeengine 不运行并且 broswer 不启动。

于 2021-10-22T05:58:56.227 回答
0

您是否在任务栏上看到一个提示 Leanft 运行时已启动的气球?如果没有,请检查代码的那部分。

如果leaft 启动了,你看到浏览器启动了吗?如果没有,请检查代码的那部分。

于 2018-03-06T08:25:07.880 回答