Top "Browser-tab" questions

Refers to issues relating specifically to tabs in a web browser, usually issues that affect multiple tabs or communication between tabs.

How to open link in new tab on html?

I'm working on an HTML project, and I can't find out how to open a link in a new tab …

html hyperlink anchor browser-tab
How to open a new tab using Selenium WebDriver?

How to open a new tab in the existing Firefox browser using Selenium WebDriver (a.k.a. Selenium 2)?

selenium firefox selenium-webdriver browser-tab
How can I get the URL of the current tab from a Google Chrome extension?

I'm having fun with Google Chrome extension, and I just want to know how can I store the URL of …

google-chrome google-chrome-extension browser-tab
How to open a link in new tab (chrome) using Selenium WebDriver?

System.setProperty("webdriver.chrome.driver", "D:\\softwares\\chromedriver_win32\\chromedriver.exe"); WebDriver driver = new ChromeDriver(); driver.manage().timeouts().implicitlyWait(10, TimeUnit.…

java google-chrome selenium selenium-webdriver browser-tab
Switch between browser tabs using Selenium WebDriver with Java

I need to switch between the browser tabs, used the following code, driver.findElement(By.cssSelector("body")).sendKeys(Keys.CONTROL +"\…

java selenium selenium-webdriver browser-tab
Selenium 2: Open link in new tab and close tabs

I want to be able to open a link in a new tab in Selenium 2. Also i want to close …

java webdriver firefox4 selenium-webdriver browser-tab
How to know if browser tab is already open using Javascript?

How to know or check if the two browser tab is already open and if those tab are open, the …

javascript external browser-tab external-links
Chrome-Extension: iterate through all tabs?

How would I iterate through all tabs a user has open and then check if they have a particular HTML …

javascript google-chrome-extension browser-tab
Get Browser Tab Index/Id

So in most current browsers there is the feature of Tabs, is there a way to get the Tab index? …

php javascript browser browser-tab
check if a browser tab is already open so I don't make extra tabs

When a user adds an item to our shopping cart it opens our store in a new tab. Different websites …

javascript tabs browser-tab