Scenario:-How we can call javascript/vbs functions in Robot Framework?
Solution:-
VBS:-
Using the python function to call the VBS file.
Solution:-
VBS:-
Using the python function to call the VBS file.
Javascript:-
Using the inbuilt Keyword in Selenium2Lib called as “Execute Javascript“.
4 replies on “How to call Javascript/VBS functions in Robot Framework.”
i like the photo of vb script
Hi, thank for your article.
Is it possible return a string from vbs script to the Robot Framework?
Can you try with the hint given in below answer
http://stackoverflow.com/questions/15129085/how-to-return-a-string-from-a-vbscript-which-is-executed-from-a-python-file
Hi, how can return a string from vbs script to Robot Framework? Is it possible?
Thanks!