from subprocess import call
import os
call(['robot '+os.getcwd()+'\\aaa.robot'])
file_dir Robot Çerçeve dosyasını yürütün: D: /aaa/test/aaa.robotpiton komut dosyasından
senaryoyu şimdilik aynı Dir
Output:
Traceback (most recent call last):
File "__init.py", line 7, in <module>
call(['robot '+os.getcwd()+'\\aaa.robot'])
File "C:\Python27\lib\subprocess.py", line 522, in call
return Popen(*popenargs, **kwargs).wait()
File "C:\Python27\lib\subprocess.py", line 710, in __init_
errread, errwrite)
File "C:\Python27\lib\subprocess.py", line 958, in _execut
startupinfo)
WindowsError: [Error 2] Nie mo┐na odnalečŠ okreťlonego pliku
bn sadece onu hallederim.
/>robot aaa.robot
mı? –
Bozuk, bunu orijinal gönderiye düzenledim, thx. – user2678074
Bu sadece sıradan başlangıç senaryosu olmalıdır ... – user2678074