salyut icon indicating copy to clipboard operation
salyut copied to clipboard

This is an engine of a spider markup-language which called trico. (spider framework)

Results 14 salyut issues
Sort by recently updated
recently updated
newest added

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.yaml:snakeyaml&package-manager=maven&previous-version=1.19&new-version=1.32)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`....

dependencies

Bumps [fastjson](https://github.com/alibaba/fastjson) from 1.2.42 to 1.2.83. Release notes Sourced from fastjson's releases. FASTJSON 1.2.83版本发布(安全修复) 这是一个安全修复版本,修复最近收到在特定场景下可以绕过autoType关闭限制的漏洞,建议fastjson用户尽快采取安全措施保障系统安全。 安全修复方案 :https://github.com/alibaba/fastjson/wiki/security_update_20220523 Issues 安全加固 修复JDK17下setAccessible报错的问题 #4077 下载 https://repo1.maven.org/maven2/com/alibaba/fastjson/1.2.83/ 文档 https://github.com/alibaba/fastjson/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98 源码 https://github.com/alibaba/fastjson/tree/1.2.83 fastjson 1.2.79版本发布,BUG修复 这又是一个bug...

dependencies

Please try to add the token distinct, function description is below. **SYNOPSIS** \- distinct: { path: , value: } **DESCRIPTION** Distinct the values in the list **ATTRIBUTES** | name |...

good first issue

Bumps commons-io from 2.2 to 2.7. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous-version=2.2&new-version=2.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [junit](https://github.com/junit-team/junit4) from 3.8.1 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

目前使用lambda转,可以提供字符串和数字互转的token ```yaml - put: {path: '/number' , value: '$/str', lambda: 'x -> return Number(x)+0.01;'} ```

good first issue
request a new token

# First salyut program ```yaml - echo: '"hello world!"' ``` [Checkout more detail.](https://www.trico.cloud/tricoDoc/overview/index.html)

建议ele、eles属性也改用和其他一样的可使用变量式写法 如:‘”dfs“ + $/a’ 以适应动态的css选择器 如 .fefe:nth-of-type($/index)

feature
token

under建议也改用支持变量式的写法 "'dd' + $/v" 除了能使用css选择器字符串外也支持WebElement对象

feature
token