Puja Jagani

Results 123 comments of Puja Jagani

There is a plan to do a Java minor release soon. A few other Java bug fixes are included as well. It will be a part of that. It should...

Thank you for the details. The selenium version you are using is no longer maintained. Can you please try the latest version https://www.selenium.dev/downloads/ and provide an update if the problem...

While I am triaging and figuring out what is the right way to tackle this, meanwhile please use the example below to make sure your code works. ``` CommandLine cl...

Thank you for the update and the details. From what I understand the way the CommandLine and OsProcess class is implemented, the intent is not to overwrite the PATH variable....

I will try to see if there is a way a custom PATH can be provided and appended to the existing one without changing the way things are designed but...

I just discovered that AppiumServiceBuilder class provides an environment variable that is used to locate the Node executable. https://github.com/appium/java-client/blob/fe17e854ad61605e2f4e1988fde2cd5615cfaf2b/src/main/java/io/appium/java_client/service/local/AppiumServiceBuilder.java#L75 Based on my understanding, you can just use that for your...

I am not aware of how you are using the `AppiumServiceBuilder`, but I am not sure I fully understand the concern around providing the full path and the need to...

Sincere apologies for `I have tried java 8, 9, and 11 and I am unable to see the error. I will mainly trying Java 9 since module related issues do...

Thank you for sharing the details. "I need to connect to our selenium grid over a secure connection (https). I couldnt figure out a way to do it with the...

Thank you @ehesognp for trying it out locally. If you were successful in setting up locally, does the Grid still crash? Did you get a chance to see if something...