Workaround for getting variables from Selenium Server without using "Echo" or an additional langauge -
Workaround for getting variables from Selenium Server without using "Echo" or an additional langauge -
our company sells testing suite able run selenium tests, among several other protocols.
to utilize it, end user installs both our application , selenium server file.
when users write test cases based on commands utilize in ide, every command works on selenium server, except echo command. apparently known limitation of selenium server, every ide command works except echo.
this apparently intentional configuration: echo command not found while testing selenium phpunit
we can't seem figure out way our application variables out of selenium server 1 time stored... since echo command works on ide returns error selenium server.
there selenium server bindings several languages, not our application. since our application , selenium server beingness distributed end users in windows environment -- no 3rd party languages installed on systems default, java, c-sharp, python, etc.
is there workaround getting variables out of selenium server without installing entire programming language onto each end user's pc?
i don't know selenium, .net pretty installed on every windows version xp (well xp you'd have install yourself) see what version of .net framework installed on windows xp, vista, , 7?
so should have access things c# (or .net language) in write solution. how ever may mean installing custom bit of software take place of echo
. (but said know nil selenium)
variables selenium echo
Comments
Post a Comment