728x90
아래와 같이 설치된 셀레늄 버전을 체크할 수 있다.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | C:\Users\fukaeri>python3 Python 3.5.0 (v3.5.0:374f501f4567, Sep 13 2015, 02:16:59) [MSC v.1900 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> import selenium >>> help (selenium) Help on package selenium: NAME selenium DESCRIPTION # Licensed to the Software Freedom Conservancy (SFC) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The SFC licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. PACKAGE CONTENTS common (package) selenium webdriver (package) VERSION 2.48.0 FILE c:\python35\lib\site-packages\selenium\__init__.py >>> | cs |
728x90
'프로그래밍 Programming' 카테고리의 다른 글
Invalid block tag: 'static', expected 'endblock' (0) | 2016.01.16 |
---|---|
파이썬 시퀀스 구조 - (1) 리스트 (0) | 2015.12.23 |
디렉토리 구조 출력 tree 패키지 (0) | 2015.12.16 |
장고 정적파일 관리 Managing static files (e.g. images, JavaScript, CSS) (0) | 2015.12.16 |
Django Suit 설치 - 장고 어드민 인터페이스 모던 테마 적용하기 (0) | 2015.12.09 |