Note that there are some explanatory texts on larger screens.

plurals
  1. POCan't open Firefox with profile (not temporary) with Selenium
    primarykey
    data
    text
    <p>I want start firefox with my custom profile, and when I add some plugins (for example) in this session starting from selenium I want he do not forgot them.</p> <p>I started selenium server</p> <pre><code>start "JAVA Selenium Server" java -jar selenium-server.jar -interactive -firefoxProfileTemplate "D:\Ogame\SeleniumStaticProfile" </code></pre> <p>Then in selenium server</p> <pre><code>cmd=getNewBrowserSession&amp;1=*custom firefox.exe -p SeleniumStatic -no-remote&amp;2=http://www.google.com cmd=open&amp;1=httttp://www.hotmail.com cmd=open&amp;1=httttp://www.google.pl </code></pre> <p>and i'm gettings error something like:</p> <pre><code>www.goole.com havent rights to read properties Window.seleniumMarker1299... </code></pre> <p>All log:</p> <blockquote> <p>cmd=getNewBrowserSession&amp;1=*custom firefox.exe -p SeleniumStatic -no-remote&amp;2=ht tttp://www.google.com 13:54:50.817 INFO - ---> Requesting htttttp://localhost:4444/selenium-server/driver ?cmd=getNewBrowserSession&amp;1=*custom firefox.exe -p SeleniumStatic -no-remote&amp;2=h tttttp://www.google.com 13:54:50.823 INFO - Command request: getNewBrowserSession[*custom firefox.exe -p SeleniumStatic -no-remote, htttttp://www.google.com] on session null 13:54:50.824 INFO - creating new remote session 13:54:50.832 INFO - Allocated session ad3e48137d024959863ab8bb4c297d55 for httttp: //www.google.com, launching... 13:54:54.615 INFO - Got result: OK,ad3e48137d024959863ab8bb4c297d55 on session a d3e48137d024959863ab8bb4c297d55 cmd=open&amp;1=http://www.wp.pl 13:55:23.588 INFO - ---> Requesting httttp://localhost:4444/selenium-server/driver ?cmd=open&amp;1=htttttp://www.wp.pl&amp;sessionId=ad3e48137d024959863ab8bb4c297d55 13:55:23.595 INFO - Command request: open[htttttp://www.wp.pl, ] on session ad3e481 37d024959863ab8bb4c297d55 13:55:23.596 WARN - you appear to be changing domains from httttp://www.google.com to htttttp://www.wp.pl this may lead to a 'Permission denied' from the browser (unless it is running as *iehta or *chrome, or alternatively the selenium server is runnttting in proxy injection mode) 13:55:23.691 INFO - Got result: Witrynie <a href="http://www.google.com" rel="nofollow">http://www.google.com</a> nie udzielono u prawnien do odczytania wlasciwosci Window.document z on sessi on ad3e48137d024959863ab8bb4c297d55</p> </blockquote> <p>Of course I have entered proxy in Firefox SeleniumStatic profile (localhost:4444)</p> <p>What am I doing wrong? Sorry for my bad english :/</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload