Relative Content

Tag Archive for pythonsearchvectorcapldlt

How to pass input from CAPL script to a Python script and execute it

I wrote a script to search a keyword in a logs, which is working perfectly fine. but the thing is if i want to find another string i have to make a clone and make it for the other one. i am automating my test cases so i can not wait for the window to show up and ask me what keyword i want to search so i was hoping if there is any way i can just write my keyword with python script in capl function. so that python script remains same.