How can I customise the Selenium IDE export? -
within selenium ide firefox, under options -> c# / nunit / webdriver, there button 'source' view conversion formatter.
it displayed in read-only format.
is possible access file in order customise export process?
sorry if seems trivial question, i've found plenty of people complaining not being able perform various tasks online , few responses indicate custom export supported, can't seem find way access file perform work.
thanks
i think found solution problem.
though can't customize of built in exports, c# / nunit / webdriver, can create new exporter. i'd recommend modifying excising one.
- get source exporter modify. ex options->options->formats->c#/nunit/webdriver->source. , copy text editor.
- edit code.
- options->options->formats->add(button) , paste new exporter.
i think have copy , paste text, there not file upload.
this worked selenium ide 2.5.0
hope helps!
edit: in addition answer above, may easier write own parser source of ide test.
Comments
Post a Comment