Remove doc linter warnings
This commit is contained in:
parent
9dd960fc97
commit
4d7d72256d
1 changed files with 6 additions and 6 deletions
|
@ -12,16 +12,16 @@
|
||||||
|
|
||||||
### Spectron
|
### Spectron
|
||||||
|
|
||||||
ในการทดสอบเฟรมเวิร์ค Spectron นั้น
|
ในการทดสอบเฟรมเวิร์ค Spectron นั้น
|
||||||
คุณจะใช้วิธีการแก้ไขทุกๆหน้าต่าง และ แท็ก `<webview>` ในแอพพิเคชั่นของคุณได้
|
คุณจะใช้วิธีการแก้ไขทุกๆหน้าต่าง และ แท็ก `<webview>` ในแอพพิเคชั่นของคุณได้
|
||||||
|
|
||||||
ยกตัวอย่างเช่น:
|
ยกตัวอย่างเช่น:
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
app.client.autidAccessibility().then(function (audit) {
|
app.client.autidAccessibility().then(function (audit) {
|
||||||
if (audit.failed) {
|
if (audit.failed) {
|
||||||
console.error(audit.message)
|
console.error(audit.message)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -29,11 +29,11 @@ app.client.autidAccessibility().then(function (audit) {
|
||||||
|
|
||||||
### Devtron
|
### Devtron
|
||||||
|
|
||||||
ใน Devtron นั้น จะมีแท็ปการเข้าถึง ซึ่งจะทำให้คุณสามารถจัดการเพจในแอพของคุณได้
|
ใน Devtron นั้น จะมีแท็ปการเข้าถึง ซึ่งจะทำให้คุณสามารถจัดการเพจในแอพของคุณได้
|
||||||
|
|
||||||
![devtron screenshot](https://cloud.githubusercontent.com/assets/1305617/17156618/9f9bcd72-533f-11e6-880d-389115f40a2a.png)
|
![devtron screenshot](https://cloud.githubusercontent.com/assets/1305617/17156618/9f9bcd72-533f-11e6-880d-389115f40a2a.png)
|
||||||
|
|
||||||
ทั้งสองเครื่องมือใช้ [Accessibility Developer Tools](https://github.com/GoogleChrome/accessibility-developer-tools) ซึ่งเป็น library ที่สร้างขึ้นโดย Google เพื่อ Chrome
|
ทั้งสองเครื่องมือใช้ [Accessibility Developer Tools](https://github.com/GoogleChrome/accessibility-developer-tools) ซึ่งเป็น library ที่สร้างขึ้นโดย Google เพื่อ Chrome
|
||||||
|
|
||||||
คุณสามารถศึกษาเพิ่มเติมเกี่ยวกับมันได้ที่ [รีโปนี้](https://github.com/GoogleChrome/accessibility-developer-tools/wiki/Audit-Rules)
|
คุณสามารถศึกษาเพิ่มเติมเกี่ยวกับมันได้ที่ [รีโปนี้](https://github.com/GoogleChrome/accessibility-developer-tools/wiki/Audit-Rules)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue