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.

  1. get source exporter modify. ex options->options->formats->c#/nunit/webdriver->source. , copy text editor.
  2. edit code.
  3. 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

Popular posts from this blog

ios - Memory not freeing up after popping viewcontroller using ARC -

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -