- manvya
- Posts : 3
Join date : 2011-08-31
How to use User Extention in Selenium RC and TestNG
Wed Aug 31, 2011 2:13 pm
Hi,
I wanted to use the ToolTip text capture in my project. So am planning to use the User Extenstion :
"Tooltip&Image_userExtenstion.rar".
I did following steps as per the Forum suggest
1. Open the Server.jar file.
2. Replace the user-extention with ToolTip JS file.( instead of this , i just copy the code from tool_tipsuser-extenstions.js to the user-extention.js file)
3.Save the changes and exit the jar file.
4. Included this jar file in my Lib file.
And in my code, I replaced my setup cod eas below:(as suggested from the advisor:https://seleniumforum.forumotion.net/t106-new-user-extension-regarding-tooltip-and-image-verification)
HttpCommandProcessor proc = new HttpCommandProcessor("localhost", 4444, "*chrome", "Test url site");
selenium = new DefaultSelenium(proc);
But after this, I am not able to use the xtended methods when i try to use command like
selenium .getElementToolTip
Am using Eclipse and TestNG for developing the code.
So i would like to know whether the user-extention functions will be able to use after creating the selenium instance?
or should we run the server as "java -jar selenium-server.jar -userExtensions user-extensions.js" ?
Also is it possible to run the selenium server directly from the code by including the user-extention than the command line? Am starting the server from from the code. So am not sure how we enable the user-extention.js.
Thanks in advance,
manvya.
I wanted to use the ToolTip text capture in my project. So am planning to use the User Extenstion :
"Tooltip&Image_userExtenstion.rar".
I did following steps as per the Forum suggest
1. Open the Server.jar file.
2. Replace the user-extention with ToolTip JS file.( instead of this , i just copy the code from tool_tipsuser-extenstions.js to the user-extention.js file)
3.Save the changes and exit the jar file.
4. Included this jar file in my Lib file.
And in my code, I replaced my setup cod eas below:(as suggested from the advisor:https://seleniumforum.forumotion.net/t106-new-user-extension-regarding-tooltip-and-image-verification)
HttpCommandProcessor proc = new HttpCommandProcessor("localhost", 4444, "*chrome", "Test url site");
selenium = new DefaultSelenium(proc);
But after this, I am not able to use the xtended methods when i try to use command like
selenium .getElementToolTip
Am using Eclipse and TestNG for developing the code.
So i would like to know whether the user-extention functions will be able to use after creating the selenium instance?
or should we run the server as "java -jar selenium-server.jar -userExtensions user-extensions.js" ?
Also is it possible to run the selenium server directly from the code by including the user-extention than the command line? Am starting the server from from the code. So am not sure how we enable the user-extention.js.
Thanks in advance,
manvya.
Permissions in this forum:
You cannot reply to topics in this forum