This is a Robot Framework library. Using this library we can Find and Replace keyword from files in a faster way.
Keyword | Description |
---|---|
find and replace keyword from single text file |
This keyword will take single file path, search keyword and replace keyword as arguments |
find and replace keyword from multiple text file |
This keyword will take folder path, search keyword and replace keyword as arguments |
find and replace keyword from single CSV file |
This keyword will take single file path, search keyword and replace keyword as arguments |
find and replace keyword from multiple CSV file |
This keyword will take folder path, search keyword and replace keyword as arguments |
- Download 'Find_And_Replace.py' from this repository.
- Download 'Requirements.txt' and install all the necessary packages before using this library.
- Copy 'Find_And_Replace.py' file to your Robot Framework project.
- Then simply use it in your Robot file and use keywords in your test cases or tasks.
(Note: This library tested on windows platform, however, I am sure it will work on the Linux platform as well. If you found any issue then please let me know.)
https://www.linkedin.com/pulse/findandreplace-ameya-natu/
- RobotFramework (http://robotframework.org/)
- OpenCV (https://opencv.org/)