How to access the {"field-name":"cskmetro"}
echo "{\"field-name\":\"cskmetro\"}" |jq -r '."field-name"'
will give the field value
cskmetro
How to access the {"field-name":"cskmetro"}
echo "{\"field-name\":\"cskmetro\"}" |jq -r '."field-name"'
will give the field value
cskmetro
How to interact with the non-interact able Web Elements in Selenium // Find the non-interactable element element WebElement element = dr...