Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
Vue-WebDriver
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
高源
Vue-WebDriver
Commits
e4986790
Commit
e4986790
authored
Nov 18, 2023
by
施晓雨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
加入types
parent
4dc97673
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
sdk-table.js
src/sdk-table.js
+2
-0
No files found.
src/sdk-table.js
View file @
e4986790
...
...
@@ -74,6 +74,8 @@ function cell (xpath, name="", type="", title="") {
this
.
name
=
name
;
/**单元格取值类型, 文本,链接,元素路径(点击动作用)*/
this
.
type
=
type
;
/**当前单元格所具备的可以操作的类型集合 */
this
.
types
=
[];
/** 单元格在表上的表头信息*/
this
.
title
=
title
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment