Just tried something and think I found the solution.
What worked for me was using 3 " at the beginning and the end of the String
example:
Hope it works for you too.
edit: forgot to use code tags, sry for that
What worked for me was using 3 " at the beginning and the end of the String
example:
Code:
strVariable = """name:=queryall"",""type:=text"""
Browser("IP Startseite").Page("IP Startseite").WebEdit(strvariable).Set "def"Hope it works for you too.
edit: forgot to use code tags, sry for that

