We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I need to download the example code and run it locally. As of now i am unable to do it due to testobject issue.
Link to Sample code: https://robotframework.org/code/?codeProject=N4IgdghgtgpiBcIDKBLKAHANjABAUQA9os4AaEAExgGcBjAJxXQBcUB7MBEEcgMxWzUEAbQC65KowBuMCgAV6bAFYxazBM3oBXGOUUAjNswBqMetXadEAVgB0ABlsBGEAF8gA
Had discussed on Slack and i am asked to open up an issue on this.
Thanks Parames
The text was updated successfully, but these errors were encountered:
I agree that all our examples and example code should be available so that someone can repeat these examples on their on systems.
Sorry, something went wrong.
A download button would be good for all the files.
https://robotframework.org/?tab=0#getting-started is really confusing for I cannot find defination for TestObject in from TestObject import TestObject / CustomLibrary.py.
from TestObject import TestObject
[ ERROR ] Error in file 'D:\PythonPrj\gms\ncc_check\robot\keywords.resource' on line 4: Importing library 'D:\PythonPrj\gms\ncc_check\robot\CustomLibrary.py' failed: ModuleNotFoundError: No module named 'TestObject' Traceback (most recent call last): File "D:\PythonPrj\gms\ncc_check\robot\CustomLibrary.py", line 2, in <module> from TestObject import TestObject PYTHONPATH: D:\PythonPrj\gms\ncc_check\robot C:\Python312\Scripts\robot.exe C:\Python312\python312.zip C:\Python312\DLLs C:\Python312\Lib C:\Python312 C:\Python312\Lib\site-packages C:\Python312\Lib\site-packages\win32 C:\Python312\Lib\site-packages\win32\lib C:\Python312\Lib\site-packages\Pythonwin =========================================================================
No branches or pull requests
Hello,
I need to download the example code and run it locally. As of now i am unable to do it due to testobject issue.
Link to Sample code: https://robotframework.org/code/?codeProject=N4IgdghgtgpiBcIDKBLKAHANjABAUQA9os4AaEAExgGcBjAJxXQBcUB7MBEEcgMxWzUEAbQC65KowBuMCgAV6bAFYxazBM3oBXGOUUAjNswBqMetXadEAVgB0ABlsBGEAF8gA
Had discussed on Slack and i am asked to open up an issue on this.
Thanks
Parames
The text was updated successfully, but these errors were encountered: