File tree Expand file tree Collapse file tree
java/client/src/org/openqa/selenium/firefox Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515// specific language governing permissions and limitations
1616// under the License.
1717
18- package org .openqa .selenium .firefox . internal ;
18+ package org .openqa .selenium .firefox ;
1919
2020import com .google .common .base .Preconditions ;
2121
2222import org .openqa .selenium .Platform ;
2323import org .openqa .selenium .WebDriverException ;
24- import org .openqa .selenium .firefox .FirefoxBinary ;
2524
2625import java .io .BufferedReader ;
2726import java .io .File ;
3231
3332/**
3433 * Wrapper around Firefox executable.
35- *
36- * @deprecated Internal class. Visibility will be reduced and won't be exported from module.
3734 */
38- @ Deprecated
39- public class Executable {
35+ class Executable {
4036
4137 private final File binary ;
4238 private String version ;
Original file line number Diff line number Diff line change 2929
3030import org .openqa .selenium .Platform ;
3131import org .openqa .selenium .WebDriverException ;
32- import org .openqa .selenium .firefox .internal .Executable ;
3332import org .openqa .selenium .io .FileHandler ;
3433import org .openqa .selenium .os .CommandLine ;
3534import org .openqa .selenium .os .ExecutableFinder ;
You can’t perform that action at this time.
0 commit comments