Thursday, March 3, 2022

Selection of Specific Characters from Given Text or Word

 

To select the "XX" characters 

issue the following command

 

echo "C2312GGG999XXL0021"|cut -c 12-13`

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...