From f91479d4fe473266a967359864be000a915863f0 Mon Sep 17 00:00:00 2001 From: Simon Stewart Date: Sun, 5 Jan 2014 20:04:54 +0000 Subject: [PATCH] Add a Buck alias for the legacy selenium client APIs --- .buckconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.buckconfig b/.buckconfig index fc865fb51237b..d07e6d3066069 100644 --- a/.buckconfig +++ b/.buckconfig @@ -16,3 +16,5 @@ firefox = //java/client/src/org/openqa/selenium/firefox:firefox htmlunit = //java/client/src/org/openqa/selenium/htmlunit:htmlunit remote = //java/client/src/org/openqa/selenium/remote:remote + + leg-rc = //java/client/src/com/thoughtworks/selenium:legacy-selenium-client