We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7764762 commit e89689aCopy full SHA for e89689a
docs/modules/AngularJS.md
@@ -1652,9 +1652,9 @@ An offset can be specified.
1652
1653
<?php
1654
// switch to previous tab
1655
-$I->switchToNextTab();
+$I->switchToPreviousTab();
1656
// switch to 2nd previous tab
1657
-$I->switchToNextTab(-2);
+$I->switchToPreviousTab(2);
1658
1659
{% endhighlight %}
1660
docs/modules/WebDriver.md
@@ -1807,9 +1807,9 @@ An offset can be specified.
1807
1808
1809
1810
1811
1812
1813
1814
1815
0 commit comments