Hankyu Kimhankyukim.hashnode.dev·Jun 4, 2024Data EncapsulationSegments: Transport layer (TCP/UDP) = transport header + data (from upper layer) Packet: Internet layer (IP) = network header + transport header and data (both transport and data from upper layers) Frames: Network layer (Ethernet) = frame heade...data
Maulik Sompuramauliksompura.in·Nov 25, 2019Headless Browsing and Automation UI Testing: A nightmareDo you ever need to use the web using your code instead of a web browser? That's what we call Headless Browsing. The prime application for headless browsing is Automate the UI testing flow. Some other applications I can think of is keeping track of s...segment