export - Exporting Selenium code to a file people without selenium can use -


is there way export selenium code sort of file send others use without selenium? preferably inserting html file or wouldn't have install on computers. thank you!

kind of, depending on use currently.

if use ide, yes. steps ide records put html file reads. can give html file else, have them import ide , pick there. has dependency user must have ff version supported ide.

if use webdriver, no. @ least not without work - due dependencies. instance, have various drivers, user need have copy of tests work. have language tests coded in, instance java - you'd have ensure user has java.

you package them nice installer - whereby installer gets dependencies user, slow, unreliable , totally not worth time , effort place it. think of when installing large programs - it's downloading lots of dependencies application too. visual studio/eclipse prime examples, depend on hundreds of things. when install them, not installing core files, things depend on too. replicate same thing.


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -