neko bsd wrote: > Our team member write user-extentions. We hope that "Everybody don't > write same user-extentions.js file". I want to write different file > each other. > > Can selenium read $selenium/extentionfilesdir/*.js, when selenium > boot?
Is a nice idea, but it's technically a lot more complex than loading a single file with a known path. I can't think of an easy way to do "*.js" type wildcard matching from Javascript, in a portable way ... can you? I suggest you handle the appending of multiple *.js into a single user-extensions.js file yourself, external to Selenium. e.g. $ cat extensions/*.js > user-extensions.js -- cheers, MikeW http://www.dogbiscuit.org/mdub/ _______________________________________________ Selenium-users mailing list Selenium-users@lists.public.thoughtworks.org http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users