We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d806a0f commit 433ed50Copy full SHA for 433ed50
ChangeLog.markdown
@@ -3,7 +3,13 @@ PHPUnit_Selenium 1.2
3
4
This is the list of changes for the PHPUnit_Selenium 1.2 release series.
5
6
-PHPUnit_Selenium 1.2.10
+PHPUnit_Selenium 1.2.12
7
+----------------------
8
+
9
+* Added waitUntil(), byTag()
10
+* Added specialKeys() for non-alphanumeric keys
11
12
+PHPUnit_Selenium 1.2.11
13
----------------------
14
15
* Fixing Composer autoload support.
package.xml
@@ -17,9 +17,9 @@
17
<email>[email protected]</email>
18
<active>yes</active>
19
</lead>
20
- <date>2012-12-10</date>
+ <date>2013-02-02</date>
21
<version>
22
- <release>1.2.11</release>
+ <release>1.2.12</release>
23
<api>1.2.1</api>
24
</version>
25
<stability>
0 commit comments