Hi,
I have one scenario where I need to search for text on a particular web page where the text value will come from another web page. The text can be PyCharm or PhpStorm etc, after searching for it, i need to click hyperlinks below to it. See the below screenshot
Here, if i search for phpstorm then i need to click on active subscription below to it. If, i need to search for pycharm then i need to click on active subscription below that pycharm.
Likewise i have other texts as well and need to click similarly like this.
As you can see on the screen that if i search for “phpstorm” it will come more than one time or “pycharm” it will come more than time.
So how will i achieve this scenario , can anyone provide any suggestion on this ?
Thanks in advance.