Jmeter Json提取

This commit is contained in:
liangdaliang
2025-04-24 09:15:40 +08:00
parent bfea486350
commit d5b6341b21
4 changed files with 72 additions and 74 deletions

View File

@@ -162,6 +162,11 @@
<artifactId>selenium-java</artifactId>
<version>4.30.0</version> <!-- 根据需要选择版本 -->
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>