Skip to content

Instantly share code, notes, and snippets.

@worried-networking
Created August 17, 2013 05:07
Show Gist options
  • Select an option

  • Save worried-networking/6255376 to your computer and use it in GitHub Desktop.

Select an option

Save worried-networking/6255376 to your computer and use it in GitHub Desktop.
$I->fillField('input[name="cityName"]', 'Lond');
$I->pressKeyDown('input[name="cityName"]', 'o');
$I->pressKey('input[name="cityName"]', 'o');
$I->pressKeyUp('input[name="cityName"]', 'o');
$I->wait(1000);
$I->seeInField('input[name="cityName"]', 'Londo');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment