kazurayam / selenium-webdriver-java

Examples of the O'Reilly book "Hands-On Selenium WebDriver with Java"
https://oreil.ly/1E7CX
Apache License 2.0
0 stars 0 forks source link

Propose a new sample code for the ch09/peformance section that creates a HAR file using `mitmproxy` #28

Open kazurayam opened 9 months ago

kazurayam commented 9 months ago

I could make an alternative sample code that creates a HAR file using the mitmproxy

https://github.com/kazurayam/mitmproxy-lesson

So, let me add a new sample code for the book.

kazurayam commented 9 months ago

I added 4 class files of .ch09.performance.HarCreatorMitmTest

kazurayam commented 9 months ago

I would leave this branch unmerged into the develop branch. I would wait if @bonigarcia expresses his thinking how would look at the problem of "HarCreator*Test" problem.