Results 1 to 6 of 6
Hi folks,
I need to rewrite the selenium java code into its equivalent php code (its very high urgent)..
I am newbie and totally don't know where to start with, ...
- 03-30-2011 #1Just Joined!
- Join Date
- Mar 2011
- Posts
- 1
Selenium Java code into equivalent php code
Hi folks,
I need to rewrite the selenium java code into its equivalent php code (its very high urgent)..
I am newbie and totally don't know where to start with, could you people provide me some ideas and tips (some website links ) regarding the same.
i hereby attaching my code, please find the attachemnt (excuse me, i dont know how to format the code while posting this thread )
- 03-31-2011 #2Linux Newbie
- Join Date
- Nov 2008
- Location
- Tokyo, Japan
- Posts
- 243
Well, this looks like a lot of work, and if you don't know much about Java, you're screwed.
However, PHP has all of it's documentation online, and so does Java. If you don't know what a particular function is supposed to do, Google it.
PHP also has its own built-in methods for logging, but I believe it depends on the PHP server you have installed. The Java source you posted has logging functions, so you may want to check with your administrator (or whoever is in charge of your project) about how your specific PHP installation handles logging, and use that.
Hope that helps.
- 04-01-2011 #3Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
PHP is basically a scripted C++. Java is C++ with training wheels. If you know the languages (Java and C++), then this should not be difficult. If you don't, then you need to hire a consultant who does...
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 04-01-2011 #4
does selenium even have PHP bindings? what is the requirement here? i'm not sure i really understand, since selenium is used to create automated tests for web pages
- 04-03-2011 #5If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)
My new blog. It's probably not as good as I think it is.
- 04-04-2011 #6
Selenium 1 (Selenium RC) — Selenium Documentation
basically selenium folks don't even know what to do


Reply With Quote
