Tricky “password” field in WordPress install script using CodeCeption
问题 I'm trying to use WordPress CodeCeption to run a script to install WordPress. I'm using PHPBrowser which is a headless browser. Here is my script: <?php $I = new AcceptanceTester($scenario); $I->wantTo('Setup WordPress'); $I->amOnPage("/wp-admin/setup-config.php?step=1"); $I->see("Below you should enter your database connection details."); $I->fillField('dbname', 'wordpress_unit_test'); $I->fillField('uname', 'wordpressuser'); $I->click('.button'); $I->click('.button'); $I->fillField('weblog