Share

StoryTestIQ

Subscribe

Selenium IDE Format Conversion

You are viewing a single message from this topic. View all messages.

  1. 2009-10-13 17:41:19 UTC

    I tried above solution but it is not working. Currently I have

    function convertText(command, converter) { for (prop in command) { if (instanceOf(command[prop], String)) { command[prop] = converter(command[prop]); } } }

    When I try to save recorded script, getting following error:

    error: ReferenceError: instanceOf is not defined.

    If anyone have solution please share with me. Thanks a ton.

< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.