Custom commands of IDE are not recognized in UTF ..
Status: Beta
Brought to you by:
andrew_thompson
Hi..
I have some custom commands written in javascript and i placed the userextension.js file in the following location.
“C:\UTF\Web-Projects\Demo\SeleniumIDE\user-extensions.js”.
and Pointed my IDE to this userextension.js file and iam able use this custom commands in IDE.But when i exported this script to UTF and try to run , UTF is unable to recognize these custom commands.. Can u please help me how to get rid of this issue and can u specify if i need to do any setting and so..
Looking for u r reply..
Thanks in Advance ..
kamalakar.
Hi kamalaker,
Thanks for trying the UTF. Could you download the latest doc from Scribd, I have tried to explain what you can and can not do.
Which user extension are you trying to use? Can you provide the details.
Thanks again.
Hi kamalaker,
Thanks for trying the UTF. Could you download the latest doc from Scribd, I have tried to explain what you can and can not do.
Which user extension are you trying to use? Can you provide the details.
Thanks again.
I have latest doc with me.
I talking about the userextension.js file in Web-projects-->selenium-IDE. I have selenium commands like .. While , gotolabel.. etc.. . So, i have used this .js file while generating the selenium script in IDE.After generating the script in IDE i have extracted it to UTF format . Now i tried to execute this converted script in UTF but UTF is unable to understand the custom commands. I knew that we can even write custom commands in Projectspecificmethod.java but my concern is i have already custom commands written available in javascript(.js). Is this possible to leverage these custom commands written in javascript without converting them into java .?
waiting for u r reply...
I am using UTF_0_1_3_0 build.(screen shot )
i am using a userextesion.js file placed in Web-projects-->selenium-IDE.(refer userextension.js file)
i have some commands while .. gotolabel .. etc (refer the custom.xls )
log file --(refer log.txt)....
Suppose if this while, gotolabel commands doesn't work .. then how i achieve looping fonda..?
we can write a java method for that and we can use but that is hard coded for that scenario.. I mean i want some group of commands to be repeated more than once ..? it totally confusing for me..???
Could you please help .. how these things can be acheived..?