lokiys Moderator Регистрация 01.02.2012 Сообщения 4 812 Благодарностей 1 187 Баллы 113 18.05.2016 #1 i need to set emulation level for this: C#: he.SetAttribute("innerhtml", project.Variables["desc"].Value); Where can I set instance.EmulationLevel there ? For he.SetValue all is clear but there nop Thanks
i need to set emulation level for this: C#: he.SetAttribute("innerhtml", project.Variables["desc"].Value); Where can I set instance.EmulationLevel there ? For he.SetValue all is clear but there nop Thanks
rostonix Известная личность Регистрация 23.12.2011 Сообщения 29 067 Благодарностей 5 715 Баллы 113 19.05.2016 #2 SetAttribute doesnt support EmulationLevel. It's for Dom manipulation, not for emulation )
lokiys Moderator Регистрация 01.02.2012 Сообщения 4 812 Благодарностей 1 187 Баллы 113 23.05.2016 #3 rostonix сказал(а): SetAttribute doesnt support EmulationLevel. It's for Dom manipulation, not for emulation ) Нажмите, чтобы раскрыть... Then how can I enter text in field where is not value as input value ? I guess you understood what I mean... Thanks
rostonix сказал(а): SetAttribute doesnt support EmulationLevel. It's for Dom manipulation, not for emulation ) Нажмите, чтобы раскрыть... Then how can I enter text in field where is not value as input value ? I guess you understood what I mean... Thanks
rostonix Известная личность Регистрация 23.12.2011 Сообщения 29 067 Благодарностей 5 715 Баллы 113 24.05.2016 #4 You cant