268 Commits

Author SHA1 Message Date
yuyutaotao
c91da56431
feat: allow continue-on-error in yaml (#254)
* feat: allow continue on error in yaml #252

* doc: update doc for new param

* fix: ignore yaml file in node-modules
2025-01-08 20:59:54 +08:00
yuyutaotao
ae49685348
feat: add bridge mode for extension (#228) 2025-01-07 11:10:28 +08:00
Zhou xiao
6af7d21c3d
docs: update the midscene introduction (#236) 2025-01-02 10:58:43 +08:00
Zhou xiao
f798f27c8b
docs: update video url and update slogn (#235) 2025-01-02 10:24:26 +08:00
yuyutaotao
f9f4718ee6
feat: use our new version of logo (#229)
* feat: use our new version of logo

* fix: lint

* feat: update extension screenshot

* feat: update video cover

* feat: readme
2025-01-01 09:09:09 +08:00
yuyutaotao
37ccdf55d7
feat: support keyless auth mode for azure (#227)
* feat: support keyless auth mode for azure

* feat: support keyless auth mode for azure

* fix: remove default scope config
2024-12-31 18:00:20 +08:00
yuyutaotao
8042bcc7df
fix: typo in model name (#223) 2024-12-29 22:19:53 +08:00
Zhou xiao
98f27dbf8c
docs: add lark link (#218) 2024-12-27 08:12:14 +08:00
yuyutaotao
4a82e9bda9
feat: let max_tokens configurable (#212)
* feat: let max_tokens configurable

* fix: update ci test case
2024-12-26 13:24:21 +08:00
yuyutaotao
e3481dc119
fix: show error message when aiAction fails in extension (#210) 2024-12-26 10:19:16 +08:00
yuyutaotao
05dad23bfd
chore: print yaml file in chrome extension (#205) 2024-12-25 20:23:12 +08:00
yuyutaotao
e6343b63f4
fix: keypress issue in chrome extension (#201)
* fix: keypress issue in chrome extension

* fix: keypress issue in chrome extension

* fix: connectivity

* doc: update readme
2024-12-23 14:38:07 +08:00
yuyutaotao
21b3574280
fix: fix scroll action in chrome extension (#194) 2024-12-23 12:11:10 +08:00
yuyutaotao
f3d46b504d
feat: invoke anthropic SDK to call Claude (#197)
* feat: invoke anthropic SDK

* chore: set response format for extract

* fix: do not throw if waitUntilNetworkIdle failed in aiAction

* fix: timeout config for Puppeteer

* chore: add instruction for connectivity test
2024-12-23 12:03:05 +08:00
yuyutaotao
f1b73b28eb
feat: update the Azure OpenAI integration, add instruction for other models (#193) 2024-12-20 15:18:52 +08:00
yuyutaotao
5c7090bdfb
docs: add docs for customize model and endpoint (#190)
* docs: add docs for customize model and endpoint

* doc: update docs
2024-12-19 15:49:06 +08:00
yuyutaotao
523adab12f
feat: support the if-statement in planning prompt (#184) 2024-12-19 10:44:08 +08:00
yuyutaotao
863e5a54d0
fix: sandbox issue of puppeteer in Ubuntu (#176)
* fix: disable setuid sandbox in cli

* fix: disable setuid sandbox in cli
2024-12-10 09:24:43 +08:00
yuyutaotao
2a73bcfc20
feat: support socks proxy for OpenAI SDK (#175)
* feat: support socks proxy https://github.com/web-infra-dev/midscene-example/issues/14

* feat: show error for invalid json
2024-12-10 09:24:21 +08:00
yuyutaotao
082e347da9
feat: replanning before locating (#167) 2024-12-08 20:12:17 +08:00
yuyutaotao
515639ffc2
fix: add link to yaml doc (#173) 2024-11-28 19:51:02 +08:00
yuyutaotao
e7a58b3b24
faet: support yaml style scripts (#165) 2024-11-25 16:05:01 +08:00
Xinyuan Wang
188394affe
feat: 修改 .cli 404 路径 (#164) 2024-11-19 14:51:07 +08:00
yuyutaotao
b8abc08464
chore: use 1080p as default in homepage (#162) 2024-11-18 17:30:18 +08:00
yuyutaotao
4867c697ff
doc: use youtube video on home page (#160) 2024-11-15 17:26:53 +08:00
yuyutaotao
26779cf082
fix: fix some extraction bug in extension (#157) 2024-11-14 19:29:22 +08:00
yuyutaotao
324a337bac
feat: add static-server into cli (#153) 2024-11-12 11:54:40 +08:00
yuyutaotao
cf5321cdf3
feat: add screenshot for extension document (#150)
* feat: add screenshot for extension

* fix: Playground hooks order
2024-11-11 16:29:45 +08:00
yuyutaotao
e2ac571265
docs: add introduction to our Chrome extension (#149) 2024-11-11 11:19:25 +08:00
Zhou xiao
b30b223473
docs: optimize description (#145) 2024-11-05 16:18:45 +08:00
yuyutaotao
c288baa448
feat: make playground working in the browser (#135)
---------

Co-authored-by: zhouxiao.shaw <zhouxiao.shaw@bytedance.com>
2024-10-28 11:04:40 +08:00
yuyutaotao
7d4f9847f5
feat: add a playground page to debug (#131)
* fix: fix the Player style when the locator is failed

* feat: add Playground UI

---------

Co-authored-by: zhouxiao.shaw <zhouxiao.shaw@bytedance.com>
2024-10-21 16:30:07 +08:00
Keerthi54654
1512523d11
docs(homepage): Fixed the Footer (#127) 2024-10-17 10:48:42 +08:00
Farookh Zaheer Siddiqui
18b5e92620
docs: update docs (#105)
* Update CONTRIBUTING.md

* Update quick-start.mdx

* Update prompting-tips.md

* Update API.md
2024-10-11 15:19:04 +08:00
yuyutaotao
a2e4ff61b0
fix(cache): app should not crash when it fails to get the cache id (#93) 2024-09-11 10:22:57 +08:00
Zhou xiao
d481ea4201
feat(model): support azure open ai (#90)
* feat(model): support open ai azure methods

* chore: fix e2e test

* chore: add OPENAI_USE_AZURE env config

* docs: add openai azure env
2024-09-10 14:29:01 +08:00
yuyutaotao
9e29edc0c6
fix: type error in AI test (#91) 2024-09-10 11:21:44 +08:00
Zhou xiao
eafa5bfa20
feat(cache): The cache is generalized to support puppeteers and mobile terminals (#85)
* feat(cache): The cache is generalized to support Puppeteers and mobile terminals

* chore: update cache test

* chore: update cache test

* chore: update cache test

* docs: update cache doc

* chore: update ai test command

* chore: update ai test command

* chore: update ai test command

* chore: optimize cache logic

* chore: update get dir path logic

* chore: update get dir path logic
2024-09-06 17:19:35 +08:00
yuyutaotao
704a0b8a52
feat(web-extract): extract some <div />s as container (#80) 2024-08-31 08:17:50 +08:00
yuyutaotao
52bda878aa
fix(web-extract): fix the extractor for form item like <input /> (#65) 2024-08-26 11:09:39 +08:00
yuyutaotao
64244e871b
fix: the flashing issue in cli headed mode (#73) 2024-08-26 11:08:50 +08:00
yuyutaotao
b351dbfb87
feat(web): export puppeteer and playwright separately (#71) 2024-08-23 15:57:39 +08:00
yuyutaotao
6553da1906
feat: add 'aiWaitFor' (#61)
* feat: add

* feat: add

* feat: add  for playwright

* feat: add docs for 'aiWaitFor'

* feat: update docs for report

* feat: add 'wait-for' param in cli
2024-08-21 14:43:35 +08:00
Zhou xiao
20690814fc
docs: optimize report content (#57) 2024-08-16 17:50:19 +08:00
yuyutaotao
9c5a7a123c
feat(report): optimize report content (#55)
Co-authored-by: zhouxiao.shaw <zhouxiao.shaw@bytedance.com>
2024-08-15 17:59:43 +08:00
yuyutaotao
af768796df
fix: Cli output, extractor, docs, visualizer (#48)
* fix: the output for --help

* fix: filter little elements

* feat: update executor and style

* feat: update extractor and docs
2024-08-10 07:57:15 +08:00
yuyutaotao
0b19e8f13a
feat(cli): implement cli wrapper (#43) 2024-08-08 15:39:07 +08:00
yuyutaotao
7edc2be46d
feat: implement .aiAssert, update some docs (#38)
* feat: implement .aiAssert, update some docs

* fix: lint

* fix: ci

* feat: update quick-start
2024-08-06 10:00:25 +08:00
Zhou xiao
df12c7ea4d
docs: add introduce video and optimize pkg readme (#39)
* docs: add introduce video and optimize pkg readme

* docs: update introduce video
2024-08-06 07:48:14 +08:00
Zhou xiao
3037cd1c27
docs: optimize words (#37)
* docs: optimize words

* docs: lint content
2024-08-05 20:46:49 +08:00