I need to open multiple tabs within a single browser and i need switch over all the tabs.
Give me your suggestions. Thanks in advance.
|
I need to open multiple tabs within a single browser and i need switch over all the tabs. Give me your suggestions. Thanks in advance. |
|||||
|
|
I'm not so strong in capybara. so, i'm giving solution to switch over between tabs using selenium. For a instance you clicks a button in a web page and it will open a new page. The new page may open in a For a instance take firefox, goto Try this code:
In above Keys.NUMPAD2 refers that you are gonna move to the second tab in the session. You can move to Third, Fourth, etc... by giving NUMPAD3, NUMPAD4, etc... respectively. Here i am using windows OS, if you are in some other OS use their shortcuts. I hope this will help you. |
|||||
|