Etc59 [2022.07.07] How to solve error:UnauthorizedAccess on window? [2022.07.07] How to solve error:UnauthorizedAccess on window? 에러 발생 FullyQualifiedErrorId : UnauthorizedAccess 해결방법 ExecutionPolicy //현재 상태 확인 Restricted // 모든 스크립트 막은 상태 Set-ExecutionPolicy Unrestricted Unrestricted // 모든 스크립트 허용 상태 2022. 7. 7. [2022.05.10] How to solve pip is not recognized as an internal or external command? window 에서 python을 설치 한 후 pip로 모듈 설치시 발생하는 에러이다 pip 내부 또는 외부 명령 실행할 수 있는 프로그램 또는 배치 파일이 아닙니다 pip is not recognized as an internal or external command [Solved] - 환경변수 > 시스템 환경 변수 > 2번째 시스템 변수에 Path - python27 - python27\Script - python27\Lib\site-packages (이 경로에 pip 내장되어 있음) * 재부팅 후 cmd pip -V 하면 정상적으로 작동 2022. 5. 10. [2022.05.10] How to solve OSError: [Errno 13] Permission denied: '/BuFF/OS.ini' ? 보호되어 있는 글 입니다. 2022. 5. 10. [2022.05.09] How to import Library on robot framework RIDE? (+ SSHLibrary, Selenium2Library) [2022.05.09] How to import Library on robot framework RIDE? (+ SSHLibrary, Selenium2Library) selenium2Library pip install robotframework-selenium2library==1.8.0 # RIDE Library import ? - Library Selenium2Library SSHLibrary pip install robotframework-SSHLibrary==2.1.3 # RIDE Library import ? - Library SSHLibrary SSHLibrary를 정상적으로 설치 했음에도 실행이 되지 않았던 이유? * solve - https://robotframework.org/SSHLibr.. 2022. 5. 9. [2022.05.09] How to run remote on Robot framework RIDE? [2022.05.09] How to run remote on Robot framework RIDE? * ip주소 확인 (ifconfig) root@vmadmin-virtual-machine:/etc/network# ifconfig ens160 Link encap:Ethernet HWaddr 00:50:56:ab:da:03 inet addr:192.168.XXX.XXX * remote run - cd /BuFF/TestLib 경로 이동 - sh run_remote.sh IP주소로 실행 root@vmadmin-virtual-machine:/BuFF/TestLib# sh run_remote.sh 192.168.XXX.XXX No handlers could be found for logger "RobotFram.. 2022. 5. 9. [2022.05.09] PF Test Script (Win) 보호되어 있는 글 입니다. 2022. 5. 9. 이전 1 2 3 4 5 ··· 10 다음