Skip to content

Instantly share code, notes, and snippets.

@nielsonm
Created December 27, 2012 21:13
Show Gist options
  • Select an option

  • Save nielsonm/4392027 to your computer and use it in GitHub Desktop.

Select an option

Save nielsonm/4392027 to your computer and use it in GitHub Desktop.
Behat ShareThis
$page = $this->getSession()->getPage();
$sm_clean = strtolower(preg_replace('/\W+/', '', $social_media));
$sm_button = $page->find('css', '.sharethis-buttons .st_' . $sm_clean . ' .chicklets');
$sm_button->click();
@nielsonm

Copy link
Copy Markdown
Author

$social_media is passed in from the feature file e.g. When I click the ShareThis "<social media>" button

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment