File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
src/main/resources/localization Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -81,3 +81,6 @@ See quick start example [here](./src/test/java/tests/usecases/QuickStartExample.
81
81
To get more details please look at documentation:
82
82
- [ In English] ( https://github.com/aquality-automation/aquality-selenium-java/wiki/Overview-(English) )
83
83
- [ In Russian] ( https://github.com/aquality-automation/aquality-selenium-java/wiki/Overview-(Russian) )
84
+
85
+ ### License
86
+ Library's source code is made available under the [ Apache 2.0 license] ( LICENSE ) .
Original file line number Diff line number Diff line change 81
81
<dependency >
82
82
<groupId >com.github.aquality-automation</groupId >
83
83
<artifactId >aquality-selenium-core</artifactId >
84
- <version >2.0.3 </version >
84
+ <version >2.0.4 </version >
85
85
</dependency >
86
86
87
87
<dependency >
Original file line number Diff line number Diff line change 70
70
"loc.send.text" : " Ustawianie tekstu - '%s'" ,
71
71
"loc.setting.value" : " Ustawienie wartości - '%s'" ,
72
72
"loc.text.clearing" : " Oczyszczenie" ,
73
- "loc.text.submitting" : " Oczyszczenie " ,
73
+ "loc.text.submitting" : " Przesyłanie " ,
74
74
"loc.text.field" : " Pole tekstowe" ,
75
75
"loc.text.sending.key" : " Wysyłanie klawisz '%1$s'" ,
76
76
"loc.text.typing" : " Wpisywanie '%s'" ,
You can’t perform that action at this time.
0 commit comments