@@ -13,32 +13,32 @@ 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 Chrome 76 has bug with
17
- ... Selenium ActionChains
16
+ [Documentation] Marked temporally as non-critical because ChromeDriver
17
+ ... https://bugs.chromium.org/p/chromedriver/issues/detail?id=3162
18
18
[Tags] known issue chrome known issue headlesschrome
19
19
Press Keys text_field AAAAA+BBB
20
20
Click Button OK
21
21
Wait Until Page Contains AAAAABBB
22
22
23
23
Press Keys Sends c++
24
- [Documentation] Marked temporally as non-critical because Chrome 76 has bug with
25
- ... Selenium ActionChains
24
+ [Documentation] Marked temporally as non-critical because ChromeDriver
25
+ ... https://bugs.chromium.org/p/chromedriver/issues/detail?id=3162
26
26
[Tags] known issue chrome known issue headlesschrome
27
27
Press Keys text_field c++
28
28
Click Button OK
29
29
Wait Until Page Contains c+
30
30
31
31
Press Keys Normal Keys Many Arguments
32
- [Documentation] Marked temporally as non-critical because Chrome 76 has bug with
33
- ... Selenium ActionChains
32
+ [Documentation] Marked temporally as non-critical because ChromeDriver
33
+ ... https://bugs.chromium.org/p/chromedriver/issues/detail?id=3162
34
34
[Tags] known issue chrome known issue headlesschrome
35
35
Press Keys text_field ccc DDDD
36
36
Click Button OK
37
37
Wait Until Page Contains cccDDDD
38
38
39
39
Press Keys Normal Keys Many Times With Many Args
40
- [Documentation] Marked temporally as non-critical because Chrome 76 has bug with
41
- ... Selenium ActionChains
40
+ [Documentation] Marked temporally as non-critical because ChromeDriver
41
+ ... https://bugs.chromium.org/p/chromedriver/issues/detail?id=3162
42
42
[Tags] known issue chrome known issue headlesschrome
43
43
Press Keys text_field a+b C+D
44
44
Click Button OK
@@ -50,8 +50,8 @@ Press Keys Special Keys SHIFT
50
50
Wait Until Page Contains CC
51
51
52
52
Press Keys Special Keys SHIFT Many Times
53
- [Documentation] Marked temporally as non-critical because Chrome 76 has bug with
54
- ... Selenium ActionChains
53
+ [Documentation] Marked temporally as non-critical because ChromeDriver
54
+ ... https://bugs.chromium.org/p/chromedriver/issues/detail?id=3162
55
55
[Tags] known issue chrome known issue headlesschrome
56
56
Press Keys text_field SHIFT+cc SHIFT+dd
57
57
Click Button OK
@@ -67,24 +67,24 @@ Press Keys To Multiple Elements
67
67
Page Should Contain Element //p[text()="tidii"] limit=4
68
68
69
69
Press Keys ASCII Code Send As Is
70
- [Documentation] Marked temporally as non-critical because Chrome 76 has bug with
71
- ... Selenium ActionChains
70
+ [Documentation] Marked temporally as non-critical because ChromeDriver
71
+ ... https://bugs.chromium.org/p/chromedriver/issues/detail?id=3162
72
72
[Tags] known issue chrome known issue headlesschrome
73
73
Press Keys text_field \\108 \\13
74
74
Click Button OK
75
75
Wait Until Page Contains \\108\\13 timeout=3
76
76
77
77
Press Keys With Scandic Letters
78
- [Documentation] Marked temporally as non-critical because Chrome 76 has bug with
79
- ... Selenium ActionChains
78
+ [Documentation] Marked temporally as non-critical because ChromeDriver
79
+ ... https://bugs.chromium.org/p/chromedriver/issues/detail?id=3162
80
80
[Tags] known issue chrome known issue headlesschrome
81
81
Press Keys text_field ÖÄÖÄÖ ÅÖÄP
82
82
Click Button OK
83
83
Wait Until Page Contains ÖÄÖÄÖÅÖÄP timeout=3
84
84
85
85
Press Keys With Asian Text
86
- [Documentation] Marked temporally as non-critical because Chrome 76 has bug with
87
- ... Selenium ActionChains
86
+ [Documentation] Marked temporally as non-critical because ChromeDriver
87
+ ... https://bugs.chromium.org/p/chromedriver/issues/detail?id=3162
88
88
[Tags] known issue chrome known issue headlesschrome
89
89
Press Keys text_field 田中さんにあげ+て下 さい
90
90
Click Button OK
0 commit comments