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.
2 parents 82fd79a + 83e35be commit f770139Copy full SHA for f770139
src/Codeception/Module/WebDriver.php
@@ -3633,7 +3633,7 @@ protected function getRelativeTabHandle($offset)
3633
* In 3rd argument you can set number a seconds to wait for element to appear
3634
*
3635
* @param string|array|WebDriverBy $element
3636
- * @param callable|array|ActionSequence $actions
+ * @param callable|array|\Codeception\Util\ActionSequence $actions
3637
*/
3638
public function performOn($element, $actions, int $timeout = 10): void
3639
{
0 commit comments