I am trying the automate the HTTP Requests like Google Analytics tracking made by an input url using robot framework.
I found that capture webdriver with browser mob proxy may be helpful but I am not sure on the exact steps to be followed.
Can anyone please advise on where to start to reach my goal.
Thanks in Advance, Yams.
I did it by creating my own keyword.
This will select all radio buttons with value other than
True
.This is my final code
Check Run Keyword If and Run Keyword Unless keywords from the documentation.