Solved
Forum Discussion
nastester
12 months agoRegular Contributor
You could just do:
function openDevTools() {
Sys.Browser("chrome").Page("*").Keys("[F12]")
}
sohailalam2696
12 months agoContributor
HOw can we move to different tabs using script? Like how can I go to Performance tab and validate something?
Thanks
- nastester12 months agoRegular Contributor
I'm not sure it is possible to get TC to interact with those objects but I am also not sure why you'd necessarily want to do that.
Check out this:
- sohailalam269612 months agoContributor
Just want to validate few things on different tabs. I tried this to move to Performance tab but did not work Sys.Browser("chrome").Page("*").Keys("[Ctrl][Shift][P]")