Selenium Forum: Functional And Regression Testing Tool.
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
Display results as :
Advanced Search
Latest topics
AEM Training | Free Online DemoWed Apr 21, 2021 5:45 pmazharuddin
c# PageFactory - issue initializing elementsFri Nov 01, 2019 8:40 pmthegoatboy
Selenium making automatic connection to random urlsMon Jul 08, 2019 12:58 pmrepairtechsolutions1
How can we design the custom framework in Selenium RCMon Jun 24, 2019 2:26 pmrandybonnettes
What are the new features in Selenium 3.0Tue Jun 18, 2019 5:37 pmpappyvicky
What are you using Selenium for? Fri Apr 12, 2019 3:52 amzhl
LIMITATIONS OF SELENIUMWed Apr 10, 2019 11:23 amswara
Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search

Go down
avatar
browserprotection
Posts : 1
Join date : 2012-09-06

FireFox is not loaded if binary-componet/interfaces in chrome.manifest is more than 10 Empty FireFox is not loaded if binary-componet/interfaces in chrome.manifest is more than 10

Thu Sep 06, 2012 4:57 pm
What steps will reproduce the problem?
1.Have a plugin for FF which are using chrome.manifest for Plugin
- Chrome.manifest that support for FF3.6 - FF15.0
- Chrome.manifest that having binary-componet/interfaces which is
more than 10
2.Run simple code as below to open the FF.
======================================================================
from selenium import webdriver
from selenium.webdriver.support.ui import WebDriverWait
import win32com.client as comclt
import time
import unittest
import time

class TestNewTab(unittest.TestCase):

driver = webdriver.Firefox()

def test_01_Google(self):
self.driver.get("ANY URL")
print 'Test 01 : Rating Icon in "GOOGLE" Search Engine is shown\n'


## def test_exit(self):
## self.driver.close()

if __name__ == '__main__':
unittest.main()

=====================================================================

Expected output:
Firefox should open and load with Plugin

Actual output:
Firefox is not loaded if the binary-componet/interfaces in chrome.manifest is at position that more than 10

Selenium version:
OS: Win_7_64bit / Win_Xp_Pro
Browser:FireFox
Browser version:14.0 , 15.0
Back to top
Permissions in this forum:
You cannot reply to topics in this forum