@@ -13,33 +13,21 @@ Press Keys Normal Keys
13
13
Wait Until Page Contains AAAAA
14
14
15
15
Press Keys Normal Keys Many Times
16
- [Documentation] Marked temporally as non-critical because ChromeDriver
17
- ... https://bugs.chromium.org/p/chromedriver/issues/detail?id=3162
18
- [Tags] known issue chrome known issue headlesschrome
19
16
Press Keys text_field AAAAA+BBB
20
17
Click Button OK
21
18
Wait Until Page Contains AAAAABBB
22
19
23
20
Press Keys Sends c++
24
- [Documentation] Marked temporally as non-critical because ChromeDriver
25
- ... https://bugs.chromium.org/p/chromedriver/issues/detail?id=3162
26
- [Tags] known issue chrome known issue headlesschrome
27
21
Press Keys text_field c++
28
22
Click Button OK
29
23
Wait Until Page Contains c+
30
24
31
25
Press Keys Normal Keys Many Arguments
32
- [Documentation] Marked temporally as non-critical because ChromeDriver
33
- ... https://bugs.chromium.org/p/chromedriver/issues/detail?id=3162
34
- [Tags] known issue chrome known issue headlesschrome
35
26
Press Keys text_field ccc DDDD
36
27
Click Button OK
37
28
Wait Until Page Contains cccDDDD
38
29
39
30
Press Keys Normal Keys Many Times With Many Args
40
- [Documentation] Marked temporally as non-critical because ChromeDriver
41
- ... https://bugs.chromium.org/p/chromedriver/issues/detail?id=3162
42
- [Tags] known issue chrome known issue headlesschrome
43
31
Press Keys text_field a+b C+D
44
32
Click Button OK
45
33
Wait Until Page Contains abCD
@@ -50,15 +38,12 @@ Press Keys Special Keys SHIFT
50
38
Wait Until Page Contains CC
51
39
52
40
Press Keys Special Keys SHIFT Many Times
53
- [Documentation] Marked temporally as non-critical because ChromeDriver
54
- ... https://bugs.chromium.org/p/chromedriver/issues/detail?id=3162
55
- [Tags] known issue chrome known issue headlesschrome
56
41
Press Keys text_field SHIFT+cc SHIFT+dd
57
42
Click Button OK
58
43
Wait Until Page Contains CCDD timeout=3
59
44
60
45
Press Keys To Multiple Elements
61
- [DOCUMENTATION ] The | Press Keys | OK | ENTER | presses OK button two times, because
46
+ [Documentation ] The | Press Keys | OK | ENTER | presses OK button two times, because
62
47
... Selenium sets the focus to element by clicking the element.
63
48
Press Keys text_field tidii
64
49
Press Keys OK ENTER
@@ -67,25 +52,16 @@ Press Keys To Multiple Elements
67
52
Page Should Contain Element //p[text()="tidii"] limit=4
68
53
69
54
Press Keys ASCII Code Send As Is
70
- [Documentation] Marked temporally as non-critical because ChromeDriver
71
- ... https://bugs.chromium.org/p/chromedriver/issues/detail?id=3162
72
- [Tags] known issue chrome known issue headlesschrome
73
55
Press Keys text_field \\108 \\13
74
56
Click Button OK
75
57
Wait Until Page Contains \\108\\13 timeout=3
76
58
77
59
Press Keys With Scandic Letters
78
- [Documentation] Marked temporally as non-critical because ChromeDriver
79
- ... https://bugs.chromium.org/p/chromedriver/issues/detail?id=3162
80
- [Tags] known issue chrome known issue headlesschrome
81
60
Press Keys text_field ÖÄÖÄÖ ÅÖÄP
82
61
Click Button OK
83
62
Wait Until Page Contains ÖÄÖÄÖÅÖÄP timeout=3
84
63
85
64
Press Keys With Asian Text
86
- [Documentation] Marked temporally as non-critical because ChromeDriver
87
- ... https://bugs.chromium.org/p/chromedriver/issues/detail?id=3162
88
- [Tags] known issue chrome known issue headlesschrome
89
65
Press Keys text_field 田中さんにあげ+て下 さい
90
66
Click Button OK
91
67
Wait Until Page Contains 田中さんにあげて下さい timeout=3
0 commit comments