You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tests still run fine. But it seems that because of this error, I cannot use ff_profile_dir argument to specify a profile. Also, If I use ffProfileDir instead of ff_profile_dir, I get this error http://pastebin.com/Kx5cfQSx .
I started getting this error on Selenium2Library12.0.0.13-jar-with-dependancies and I still get it with Selenium2Library1.4.0.0-jar-with-dependancies. I'm not entirely sure if this is something related to my environment or jython and I was wondering if anybody can help me out.
I am using the standalone robotframework jar for Selenium2Library1.4, but I used the python+jython version of RF when I was using Selenium2Library1.2.
Thanks.
The text was updated successfully, but these errors were encountered:
This is somewhat weird, because the Selenium2Library has no runtime dependency to log4j. Log4j is also not included in the fat jar. Could you search in all of your jars in the classpath for a log4j.properties file? Simply unzip every jar in a directory.
Ok. Now I see the problem. The Java code of the Open Browser code is from a time, when I did not understand how named arguments are working. It still checks for null and not "NONE".
Whenever I do the keyword: Open Browser ${URL} firefox, I get this strage error: http://pastebin.com/TnhaE4Xh .
The tests still run fine. But it seems that because of this error, I cannot use ff_profile_dir argument to specify a profile. Also, If I use ffProfileDir instead of ff_profile_dir, I get this error http://pastebin.com/Kx5cfQSx .
I started getting this error on Selenium2Library12.0.0.13-jar-with-dependancies and I still get it with Selenium2Library1.4.0.0-jar-with-dependancies. I'm not entirely sure if this is something related to my environment or jython and I was wondering if anybody can help me out.
I am using the standalone robotframework jar for Selenium2Library1.4, but I used the python+jython version of RF when I was using Selenium2Library1.2.
Thanks.
The text was updated successfully, but these errors were encountered: