我现在正在使用driver.findElement(By.className("dropdown_box_anrede")).click();
// or
driver.findElement(By.id("anrede_select_replace")).click();
。我在 params.php 中调用类对象时遇到困难。
我想通过数据库表分配几个params变量。而且,我打电话使用
params.php
Yii2-basic-app
但是,错误即将来临
致命错误:找不到类'app \ modules \ queue \ models \ Queues' 第13行的/opt/lampp/htdocs/MyProject/config/params.php
目录结构
$modelQueue = new \app\modules\queue\models\Queues();
$params = [
.
.
.
];
我没有得到如何调用该类对象。因为只有这个,我才会将一些数据设置为params变量。 任何帮助/提示/建议都很明显。