文件名称:codeception-utilities:代码接收的通用帮助程序和实用程序方法
文件大小:6KB
文件格式:ZIP
更新时间:2024-06-06 18:13:20
PHP
编码接收实用程序 几种用于Codeception的通用帮助程序和实用程序方法。 seeLinkInSelector / dontSeeLinkInSelector-在特定CSS或XPath选择器中查找链接。 seeElementHasStyle / dontSeeElementHasStyle-看到元素已应用样式。 允许您检查分配了CSS样式的单个元素,例如,您可以检查“ .icon-r”类是否向右浮动。 需要WebDriver。 seeRegexInSource / dontSeeRegexInSource-请参见页面源匹配正则表达式。 CkEditor实用程序 fillCkEditor-填充所见即所得字段。 captureCkEditorValue-抓取CKEditor字段的当前值。 seeInCkEditor / dontSeeInCkEditor-查看CKEditor实例
【文件预览】:
codeception-utilities-develop
----composer.json(710B)
----src()
--------CodeceptionUtilities.php(7KB)
--------Util()
--------CodeceptionCkEditorUtilities.php(3KB)
----.gitignore(8B)
----README.md(2KB)
----.editorconfig(345B)