Hi Chan,
| Start Selenium Server | -firefoxProfileTemplate | /path/to/the/profile |
Ugh
I use quite often custom FireFox profile, but in Linux. As far I can remember, it works as documented (do not have test case now at hand and profile is quite deep in lower level keywords).
But I do remember that escape character's could be tricky, specially in windows. But without seeing you test case it is hard say more
-Tatu
--
You received this message because you are subscribed to the Google Groups "robotframework-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robotframework-u...@googlegroups.com.
To post to this group, send email to robotframe...@googlegroups.com.
Visit this group at http://groups.google.com/group/robotframework-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Below is the code i am using..*** Settings ***Library Selenium2Library*** Test Cases ***Simple Test FF
Open Browser http://google.com ff ff_profile_dir=D:\\FFProfile\\Thanks,VaraPrasad
To unsubscribe from this group and stop receiving emails from it, send an email to robotframework-users+unsub...@googlegroups.com.
Ugh
It should work OK, because I use ff profile on daily basis. Could you share example that can be run and shows the problem?
-Tatu
Send from my mobile
To unsubscribe from this group and stop receiving emails from it, send an email to robotframework-u...@googlegroups.com.
To post to this group, send email to robotframe...@googlegroups.com.
Visit this group at http://groups.google.com/group/robotframework-users.
For more options, visit https://groups.google.com/d/optout.
Ugh
Without seeing inside of the variables, I would guess that it is #-character in the URL. #-character is a special character and you need to escape it. User guide explain this [1].
-Tatu
[1] http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#escaping
Send from my mobile
Ugh
And that guess is wrong. \\ is a proper way to express folder separators in the windows world. This is also explained in link I did post.
-Tatu
Send from my mobile