Skip to content

Conversation

valfirst
Copy link
Collaborator

Change list

org.openqa.selenium.os.CommandLine is deprecated, the replacement is org.openqa.selenium.os.ExternalProcess.

Types of changes

What types of changes are you proposing/introducing to Java client?

  • No changes in production code.
  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

process.setEnvironmentVariables(nodeJSEnvironment);
process.copyOutputTo(stream);
process.executeAsync();
ExternalProcess.Builder processBuilder = ExternalProcess.builder()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please format the line

@valfirst valfirst force-pushed the use-new-selenium-api-for-process-management branch from 07c4f2b to d49acc7 Compare October 25, 2023 07:22
@valfirst valfirst merged commit 6ca79e4 into appium:master Oct 26, 2023
@valfirst valfirst deleted the use-new-selenium-api-for-process-management branch October 26, 2023 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants