There was an error while loading. Please reload this page.
1 parent 4ed7c73 commit 1bc9c24Copy full SHA for 1bc9c24
py/selenium/webdriver/phantomjs/service.py
@@ -15,13 +15,13 @@
15
# specific language governing permissions and limitations
16
# under the License.
17
import platform
18
-import signal
19
import subprocess
20
import time
21
22
from selenium.common.exceptions import WebDriverException
23
from selenium.webdriver.common import utils
24
+
25
class Service(object):
26
"""
27
Object that manages the starting and stopping of PhantomJS / Ghostdriver
0 commit comments