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