Options 勾選 Faster Screen Updates
Connection List
vnc options 勾選Scale Remote Screen
Connection List
vnc options 勾選Scale Remote Screen
透過css的語法可以實作各式的不對稱DIV區塊,
使用Pseudo-Elements或Clip-Path都可以達成
可以讓網站的設計不用特別請設計師輸出圖片。
最後透過 CSS clip-path maker 這個網站工具就更操作直覺了
https://www.viget.com/articles/angled-edges-with-css-masks-and-transforms/
https://medium.com/@RoseLGauthier/how-to-use-css3-pseudo-elements-to-create-asymmetrical-designs-f610f2a481ed
http://jsfiddle.net/948ud6f7/
40種以上常見圖形
https://css-tricks.com/the-shapes-of-css/
減少搜尋整個畫面是可以提升Eggplant Functional在搜尋目標(Text/Search)的速度,
可動態的去改變SearchRectangle的範圍即可。
以下記錄常用的方式
記錄每次錄製都會再查一下的指令集
insert testScript after failTestScripts
在透過連線受測裝置iphone裝置時,常會有解析度不一樣的尺寸發生?會造成以下問題:
1. 有辦法強制設定解析度大小?或
2. 解析度是不會影響錄製?目前覺得錄製大解析度擷圖與電腦會比較花費效能
REF
https://support.google.com/analytics/answer/10106774?hl=zh-Hant&ref_topic=10737980
https://support.google.com/analytics/answer/9234069
Gtag.js教學
https://developers.google.com/analytics/devguides/collection/gtagjs/events
記錄一下調校Pagespeed的一些現像
如果想要在執行eggplant functional錯誤提示訊息框,避免中斷測試,可以至偏好關閉(Prefermance )
Alert user when script execution fails: Selected by default. Select this checkbox to see an alert dialog box when a script fails. (This option does not apply to scripts that are run as part of a schedule.)
如何透過WebFont加載字型
WebFont.load({
timeout: 2000,
google: {
families: ['Noto Sans TC:100,300,500,700,900&display=swap', 'Roboto&display=swap']
}
});
再加上以下優化CVS效能
<link rel="dns-prefetch" href="//fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
如果你想用引用的方式也可以使用下面的語法
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500&display=swap" rel="stylesheet">
Ref:
https://github.com/typekit/fvd
https://github.com/typekit/webfontloader/issues/429
做解決方案的case常需要找編輯器來套用。
畢竟做一個編輯器大到可以是一整間公司來開發產品,
蒐集一下一些免費的開源編輯器工具。
web builder framework 可以做整個網頁等級的編輯器XD
線上電商平台類似的網頁編輯器,有大量元件可以使用