User:Chris Key/Sandbox/Notes on Selenium

From Citizendium
Jump to navigation Jump to search


The account of this former contributor was not re-activated after the server upgrade of March 2022.


On Selenium.php line 45, the following command is run: $this->click( "//input[@id='wpLoginAttempt']" );

This failed on my clone, causing the system to not be able to log in. Replace this with: $this->click( "//input[@id='wpLoginattempt']" ); (Note the lower-case 'a')