How to use the @seleniumhq/side-model.ArgTypes.script function in @seleniumhq/side-model

To help you get started, we’ve selected a few @seleniumhq/side-model examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github SeleniumHQ / selenium-ide / packages / side-migrate / src / migrations / script-interpolation.js View on Github external
commands: test.commands.map(c => {
        if (Commands[c.command]) {
          let newCmd = Object.assign({}, c)
          const type = Commands[c.command]
          if (
            type.target &&
            (type.target.name === ArgTypes.script.name ||
              type.target.name === ArgTypes.conditionalExpression.name)
          ) {
            newCmd.target = migrateScript(newCmd.target)
          }
          return newCmd
        }
        return c
      }),
    })

@seleniumhq/side-model

Selenium IDE shared models

Apache-2.0
Latest version published 2 months ago

Package Health Score

90 / 100
Full package analysis

Similar packages