I am trying to write a Selenium test which will grab the url and replace a specific porting.
Example:
current url: test.com/requstId=1234
new URL: test.com/requstId=4567
Im told I can use getURLQueryMap however unable to find an example script.
Thanks!
Comments
Post a Comment