Thursday, July 18, 2019

Create Bootable USB pendrive from an ISO


Step 1:

                 umount /media/boss/ISOIMAGE/
Step 2:  

                 mkfs.vfat -I /dev/sdb

Step 3:
                  dd if=/home/boss/Downloads/boss.iso of=/dev/sdb

                



How to interact with the non-interactable Web Elements in Selenium

How to interact with the non-interact able Web Elements in Selenium    // Find the non-interactable element element WebElement element = dr...