[Chrome] netlog viewer tool to see network easy

Another note about Chromedriver. Chronium project: https://chromium.googlesource.com The project has helpful tools like https://chromium.googlesource.com/catapult/+/master/netlog_viewer . https://dev.chromium.org/for-testers/providing-network-details is the project page. https://netlog-viewer.appspot.com/ How easy to capture network data via a browser by chrome://net-export … The export works on Android Chrome, too. (The scope is network on the browser though. We need to use external service like…More

[WebKit] WebDriver Commands/Inspector commands

Appium Safari remote debugger communicates with Safari via inspector by WebKit. I’d have liked to catch up with WebDriver and relevant automation stuff. Let me leave a note for me as a pointer for them here. WebDriver https://github.com/WebKit/webkit/tree/master/Source/WebDriver Commands https://github.com/WebKit/webkit/blob/master/Source/WebDriver/WebDriverService.cpp Inspector protocol https://github.com/WebKit/webkit/tree/master/Source/JavaScriptCore/inspector/protocol BTW, the WebKit repository has a tool for testing, based on WebDriver…More

[Appium] Send CDP commands to chrome over Appium

I’ve added a route to send CDP command to Chromedriver. CDP stands for Chrome Devtools Protocol. It provides commands to handle a browser via the protocol. Some commands can be alternatives to WebDriver spec, but they have their own more useful commands. It is available over WebSocket. You can find CDP clients in the internet,…More

read “外資系1年目のための英語の教科書”

I read 外資系1年目のための英語の教科書 to learn communication style in English more to improve my English skill. I’ve worked in English environment for over three years, but I would have liked to focus on communication style. It means how to say a situation in formal or informal. My first thought after reading this book was I know…More