Solved
Forum Discussion
nastester
1 year agoRegular Contributor
You could just do:
function openDevTools() {
Sys.Browser("chrome").Page("*").Keys("[F12]")
}
sohailalam2696
1 year agoContributor
HOw can we move to different tabs using script? Like how can I go to Performance tab and validate something?
Thanks
- nastester1 year 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:
- sohailalam26961 year 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]")