Arclite86 Posted March 5, 2014 Posted March 5, 2014 how can I put put variable in _FFCmd("FFau3.xpath.value=' ' ")
Solution FireFox Posted March 5, 2014 Solution Posted March 5, 2014 (edited) _FFCmd("FFau3.xpath.value=" & $myVar) ;or maybe: _FFCmd("FFau3.xpath.value='" & $myVar & "'") Edited March 5, 2014 by FireFox
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now