← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #261138]: The browser doesn't type the whole adress when I run unit tests and types https:// in c#

 

Question #261138 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/261138

Description changed to:
I'm using c# in visual studio and I've made a code where the browserbar
is supposed to write "https://";, but the browser stops after "https"
when I run a unit test. So the browser doesn't continue with "://"

What should I do? 
I've googled a lot but can't find any solution.

This is important because the script should be able to write an internet
adress, because it's working in sikuli IDE.

Here is an example:

scrn.Type(pattern_BrowserBar1, ("https:///lol.se/";) + Key.ENTER);

Best regards,
Zahra

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.