Closed
Bug 1295558
Opened 9 years ago
Closed 9 years ago
selenium webdriver is not able to link to browser after opening it using watir
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: rohitsv94, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36
Steps to reproduce:
require 'watir-webdriver'
$browser = Watir::Browser.new
$browser.goto "http://www.gmail.com"
Ran this code using Watir and it is not attaching
Actual results:
new browser is not attached and I can't control it using further instructions
Expected results:
It should go to gmail website which it is not going
Comment 1•9 years ago
|
||
sounds like an issue for https://github.com/watir/watir/issues
Comment 2•9 years ago
|
||
yes please contact https://github.com/watir/watir/issues
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•