Welcome Guest Search | Active Topics | Sign In | Register

selenium like support Options
lsl
Posted: Thursday, May 5, 2016 10:30:07 PM
Rank: Member
Groups: Member

Joined: 1/14/2016
Posts: 28
hi:

1. there are some web test tool like 'selenium', can they be used on our produce? if can ,where can I find the document.
2. We wish you can add more features on the produce,like support async await? support more interactive with web document!

you all be best
eo_support
Posted: Friday, May 6, 2016 4:09:34 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,071
Hi,

Both of your questions have nothing to do with us.

You need to ask your test tool provider for the first question.

Your second question is not a question for us either. async and await is a feature provided by .NET framework. It has nothing to do with us.

Thanks
lsl
Posted: Wednesday, May 18, 2016 11:35:59 PM
Rank: Member
Groups: Member

Joined: 1/14/2016
Posts: 28
eo_support wrote:
Hi,

Both of your questions have nothing to do with us.

You need to ask your test tool provider for the first question.

Your second question is not a question for us either. async and await is a feature provided by .NET framework. It has nothing to do with us.

Thanks


sorry, My mean is add more features, the above examples may be not ideal,
so how about

1. ' CRUD cookie'
2. read data frome cache (CAPTCHA img, js file) ( I see this feature on other product which is based on chrome kernel 49)
3. change proxy no recreate
4. catch all https and fire (before/after request/response )to modify , also if this work out q2 is ok.


Thanks ~
eo_support
Posted: Thursday, May 19, 2016 11:17:54 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,071
Hi,

As to your questions:

1. You can only do this with JavaScript. You can not access the "cookie jar" directly;
2. No. See #4;
3. You can only change proxy settings after you restart engine;
4. You will have to manage the network layer yourself. You can replace the network layer with custom resource hanlder:

http://www.essentialobjects.com/doc/webbrowser/advanced/resource_handler.aspx

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.