Open
Description
Expected Behavior
I was expected to have import com.browserstack.local.LocalException;
available for an import so that I can have more specific Exception handling versus using Exception.
Actual Behavior
com.browserstack.local.LocalException has default access.
LocalException cannot be resolved to a type
code won't compile
Steps to Reproduce the Problem
- Add browserstack-local-java to your class path
- Add
import com.browserstack.local.LocalException;
to you Java file
browserstack local arguments
Platform details
- browserstack-local-java version: 1.0.6
- java version: 1.11
- os type and version: Windows 10
Details
I was expected to have import com.browserstack.local.LocalException;
available for an import so that I can have more specific Exception handling versus using Exception.
Metadata
Metadata
Assignees
Labels
No labels