Skip to content

Instantly share code, notes, and snippets.

@nojimage
Created September 1, 2015 09:50
Show Gist options
  • Save nojimage/452b4042cd2b2ab84a60 to your computer and use it in GitHub Desktop.
Save nojimage/452b4042cd2b2ab84a60 to your computer and use it in GitHub Desktop.
Codeception / WebDriver / ChromeDriver でユーザーエージェントをセットする
class_name: FunctionalTester
namespace: App\Test\Functional
modules:
enabled:
- Cake\Codeception\Helper
- WebDriver
- App\TestSuite\Codeception\FunctionalHelper
config:
WebDriver:
url: 'http://localhost/'
window_size: 1024x768
browser: chrome
capabilities:
chromeOptions:
args:
- 'user-agent=Foo'
@nojimage
Copy link
Author

nojimage commented Jan 18, 2018

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