Skip to content

Commit

Permalink
Move resources to top level
Browse files Browse the repository at this point in the history
  • Loading branch information
uuf6429 committed Jun 10, 2023
1 parent d871598 commit 6ab1c6c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/WebdriverClassicDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ private function withSyn(): self
);

if (!$hasSyn) {
$synJs = file_get_contents(__DIR__ . '/Resources/syn.js');
$synJs = file_get_contents(__DIR__ . '/../resources/syn.js');
$this->webDriver->executeScript($synJs);
}

Expand Down Expand Up @@ -1050,8 +1050,8 @@ public function dragTo(
/**
* Drag and drop an element by x,y pixels.
*
* @api
* @throws NoSuchElementException
* @api
*/
public function dragBy(
#[Language('XPath')]
Expand Down

0 comments on commit 6ab1c6c

Please sign in to comment.