Ubrowser
Author: d | 2025-04-24
UBrowser - Unreal Tournament's robust Ubrowser system provides the easiest way to find a game on the Internet and jump into battle. The Ubrowser eliminates the need to uBrowser, free and safe download. uBrowser latest version: Browse the web in 3D with this innovative app. uBrowser is a popular, free program only ava
Ubrowser/UBrowser.cpp at main excalabear/Ubrowser - GitHub
Ubrowser APIuTools browser 简称 ubrowser,是根据 uTools 的特性,量身打造的一个可编程浏览器。利用 ubrowser 可以轻而易举连接一切互联网服务,且与 uTools 完美结合。ubrowser 拥有优雅的链式调用接口,可以用口语化的数行代码,实现一系列匪夷所思的操作。例如:1、RPA 自动化脚本2、网页魔改3、网页抓取基本 demo:// 打开"必应" 并搜索 "uTools"utools.ubrowser.goto(' .value('#sb_form_q', 'uTools') .click('#sb_form_go') .run({ width: 1000, height: 600 })API 列表useragent(userAgent)userAgent String设置 User-Agentgoto(url, headers, timeout)url Stringheaders Object (可选){ Referer: string, userAgent: string }timeout Integer (可选)超时 默认 60000 ms前往viewport(width, height)width Integerheight Integer页面大小hide()隐藏 ubrowser 窗口show()显示 ubrowser 窗口css(cssCode)cssCode String注入样式press(key, ...modifier)key Stringmodifier String (可选)ctrl | shift | alt | meta键盘按键paste(text)text String (可选)文本字符串 | 图片 base64执行粘贴screenshot(arg, savePath)arg String | Object (可选)String - 要截取的 DOM 元素Object - 截图位置和大小 { x: Integer, y: Integer, width: Integer, height: Integer }为空 截取整个窗口savePath String (可选)图片保存路径,,也可以是完整PNG文件路径(默认存储在临时目录)部分网页截图pdf(options, savePath)options Object (可选){ marginsType: 0 | 1 | 2, pageSize: ('A3' | 'A4' | 'A5' | 'Legal' | 'Letter' | 'Tabloid') | { width: Integer, height: Integer } }与 Electron API 一致savePath String (可选)图片保存路径,也可以是完整pdf文件路径(默认存储在临时目录)保存页面为PDFdevice(arg)arg String | ObjectString - 'iPhone 11' | 'iPhone X' | 'iPad' | 'iPhone 6/7/8 Plus' | 'iPhone 6/7/8' | 'iPhone 5/SE' | 'HUAWEI Mate10' | 'HUAWEI Mate20' | 'HUAWEI Mate30' | 'HUAWEI Mate30 Pro'Object - { size: { width: Integer, height: Integer }, useragent: String }模拟设备cookies(name)name String (可选)为空获取全部 cookie获取cookiesetCookies(name, value)name Stringvalue String设置 cookiesetCookies(cookies)cookies Array[{ name: String, value: String }, { name: String1, value: String1 }]设置 cookieremoveCookies(name)name String删除 cookieclearCookies(url)url String (可选)如果在执行"goto"前执行 url 参数必需清空 cookiedevTools(mode)mode String (可选)'right' | 'bottom' | 'undocked' | 'detach' 默认为 'detach'打开开发者工具evaluate(func, ...params)func Function在网页内执行的函数param Any (可选)传递给 func 的参数执行 JS 函数,如果有返回值将加入到返回结果中示例 { return document.querySelector('div').innerText}, 'param1', 'param2')">.evaluate((param1, param2) => { return document.querySelector('div').innerText}, 'param1', 'param2')wait(ms)ms Integer等待的毫秒数等待wait(selector, timeout)selector StringDOM 元素timeout Integer (可选)超时 默认 60000 ms等待 DOM 元素出现wait(func, timeout,...params)func Function在网页内执行的函数,返回 true 结束等待timeout Integer (可选)超时 默认 60000 msparam Any (可选)传递给
shawn-grant/UBrowser: UBrowser - Android browser - GitHub
Introducing Browser, the ultimate web browsing experience on your Apple Watch! Explore the vastness of the internet without needing to reach for your phone. With Browser, you have a fully functional web browser right on your wrist.Key Features:Seamlessly navigate websites: Whether it's accessing a specific website or searching for information, simply type or speak the URL or search term, and Browser will fetch the results for you.Powered by Google: Utilize the power of Google as your default search engine. Find what you're looking for effortlessly and stay up-to-date with the latest information.Secure browsing: Enjoy peace of mind with Browser's emphasis on privacy and security. Your browsing sessions are encrypted and protected from potential threats.Bookmark your favorites: Save your most visited websites as bookmarks for instant access. Quickly jump back to your go-to sites with just a tap on your Apple Watch.Intuitive navigation: Swipe left to effortlessly go back to the previous page. Experience smooth and seamless browsing with intuitive gestures designed specifically for the Apple Watch.Browser offers an exceptional browsing experience that is fast, secure, and user-friendly. Discover a new way of exploring the web with the convenience of your Apple Watch. Don't miss out - download Browser today and elevate your browsing to new heights, right from your wrist!Privacy : Of Service : What’s New This version of uBrowser includes bug fixes and usability updates Ratings and Reviews Freee browser Best to use App Privacy The developer, Do Tan Loc, indicated that the app’s privacy practices may include handling of data as described below. For more information, see the developer’s privacy policy. Data Not Collected The developer does not collect any data from this app. Privacy practices may vary based on, for example, the features you use or your age. Learn More Information Provider Do Tan Loc Size 11.6 MB Category Utilities Compatibility iPhone Requires iOS 15.0 or later. iPad Requires iPadOS 15.0 or later. iPod touch Requires iOS 15.0 or later. Mac Requires macOS 12.0 or later and a Mac with Apple M1 chip or later. Apple Watch Requires watchOS 9.0 or later. Apple Vision Requires visionOS 1.0 or later. Age Rating 17+ Infrequent/Mild Cartoon or Fantasy Violence Unrestricted Web Access Infrequent/Mild Horror/Fear Themes Infrequent/Mild Mature/Suggestive Themes Copyright © Loc Do Price Free In-App Purchases uBrowser Plus Weekly ₹ 699 uBrowser Plus Yearly ₹ 3,999 uBrowser Plus Monthly ₹ 999 App Support Privacy Policy App Support Privacy Policy More By This Developer You Might Also LikeuBrowser and LLMozLib - an embedded
. UBrowser - Unreal Tournament's robust Ubrowser system provides the easiest way to find a game on the Internet and jump into battle. The Ubrowser eliminates the need touBrowser: Web Browser On Watch
Func 的参数等待JS函数执行返回 truewhen(selector)selector StringDOM 元素当元素存在时执行直到碰到 end() 方法when(func, ...params)func Function在网页内执行的函数,返回 true 执行param Any (可选)传递给 func 的参数当 JS 函数执行返回 true 时执行, 直到碰到 end() 方法end()与 when 配套使用click(selector)selector String单击元素mousedown(selector)selector String元素触发按下鼠标左键mouseup(selector)selector String元素触发释放鼠标左键file(selector, payload)selector Stringinput type='file' 元素payload String | Array | Buffer文件路径 或 路径集合 或 文件 Buffer为网页中的 file input 赋值value(selector, val)selector Stringinput textarea select 元素val String为网页中的 input textarea select 元素赋值check(selector, checked)selector Stringcheckbox radio 元素checked Boolean是否选中checkbox radio 元素选中或取消选中focus(selector)selector String元素获得焦点scroll(selector)selector String滚动到元素位置scroll(y)y IntegerY轴滚动scroll(x, y)x Integery IntegerX轴和Y轴滚动download(url, savePath)url String下载文件的URLsavePath String (可选)保存路径(保存所在文件夹或文件绝对路径)文件下载run(options)options ObjectObjectshow Boolean (可选) 是否显示width Integer (可选) 宽度 默认为 800height Integer (可选) 高度 默认为 600x Integer (可选) 位置 Xy Integer (可选) 位置 Ycenter Boolean (可选) 窗口在屏幕居中minWidth Integer (可选) 窗口的最小宽度。默认值为 0minHeight Integer (可选) 窗口的最小高度。默认值为 0maxWidth Integer (可选) 窗口的最大宽度。默认无限制maxHeight Integer (可选) 窗口的最大高度。默认无限制resizable Boolean (可选) 窗口是否可以改变尺寸。默认值为 truemovable Boolean (可选) 窗口是否可以移动,在 Linux 中无效。默认值为 trueminimizable Boolean (可选) 窗口是否可以最小化,在 Linux 中无效。默认值为 truemaximizable Boolean (可选) 窗口是否可以最大化动,在 Linux 中无效。默认值为 truealwaysOnTop Boolean (可选) 窗口是否永远置顶。默认值为 falsefullscreen Boolean (可选) 窗口是否全屏。默认值为 falsefullscreenable Boolean (可选) 窗口是否可以进入全屏状态。默认值为 trueenableLargerThanScreen Boolean (可选) 是否允许改变窗口的大小使之大于屏幕的尺寸,仅适用于 macOS,因为其它操作系统默认允许 大于屏幕的窗口。 默认值为 falseopacity Number (可选) 设置窗口初始的不透明度,介于 0.0 (完全透明) 和 1.0 (完全不透明) 之间。仅支持 Windows 和 macOS 。返回 Promise启动 ubrowser 运行实例run(ubrowserId)ubrowserId Integerrun(options) 运行结束后, 当 ubrowser 实例窗口仍然显示时返回utools.getIdleUBrowsers() 中获得返回 Promise运行在闲置状态(已运行结束,未关闭)的 ubrowser 实例上getIdleUBrowsers()返回 Array获取闲置的 ubrowser示例console.log(utools.getIdleUBrowsers())// [{ id: number, title: string, url: string, x: number, y: number, width: number, height: number }]setUBrowserProxy(config)config Object与 Electron API 一致返回 Boolean设置 ubrowser 代理示例utools.setUBrowserProxy({ proxyRules: 'http=foopy:80;ftp=foopy2'})clearUBrowserCache()返回 Boolean清空 ubrowser 缓存示例utools.clearUBrowserCache()Download uBrowser 1.0.0 for Windows - Filehippo.com
Introducing Browser, the ultimate web browsing experience on your Apple Watch! Explore the vastness of the internet without needing to reach for your phone. With Browser, you have a fully functional web browser right on your wrist.Key Features:Seamlessly navigate websites: Whether it's accessing a specific website or searching for information, simply type or speak the URL or search term, and Browser will fetch the results for you.Powered by Google: Utilize the power of Google as your default search engine. Find what you're looking for effortlessly and stay up-to-date with the latest information.Secure browsing: Enjoy peace of mind with Browser's emphasis on privacy and security. Your browsing sessions are encrypted and protected from potential threats.Bookmark your favorites: Save your most visited websites as bookmarks for instant access. Quickly jump back to your go-to sites with just a tap on your Apple Watch.Intuitive navigation: Swipe left to effortlessly go back to the previous page. Experience smooth and seamless browsing with intuitive gestures designed specifically for the Apple Watch.Browser offers an exceptional browsing experience that is fast, secure, and user-friendly. Discover a new way of exploring the web with the convenience of your Apple Watch. Don't miss out - download Browser today and elevate your browsing to new heights, right from your wrist!Privacy : Of Service : What’s New This version of uBrowser includes bug fixes and usability updates Ratings and Reviews App Privacy The developer, Do Tan Loc, indicated that the app’s privacy practices may include handling of data as described below. For more information, see the developer’s privacy policy. Data Not Collected The developer does not collect any data from this app. Privacy practices may vary based on, for example, the features you use or your age. Learn More Information Provider Do Tan Loc Size 11.6 MB Category Utilities Compatibility iPhone Requires iOS 15.0 or later. iPad Requires iPadOS 15.0 or later. iPod touch Requires iOS 15.0 or later. Mac Requires macOS 12.0 or later and a Mac with Apple M1 chip or later. Apple Watch Requires watchOS 9.0 or later. Apple Vision Requires visionOS 1.0 or later. Age Rating 17+Amazon.com: uBrowser Basic Edition [Download] :
uBrowser: Web Browser On Watch for iPhone
. UBrowser - Unreal Tournament's robust Ubrowser system provides the easiest way to find a game on the Internet and jump into battle. The Ubrowser eliminates the need to
UBrowser: Browser on Watch - iPhone Wired
ubrowser - nmegval s t s
. UBrowser - Unreal Tournament's robust Ubrowser system provides the easiest way to find a game on the Internet and jump into battle. The Ubrowser eliminates the need to uBrowser, free and safe download. uBrowser latest version: Browse the web in 3D with this innovative app. uBrowser is a popular, free program only avaรายการทางเลือกฟรี 30 อันดับสูงสุด สำหรับ uBrowser
Comments
Ubrowser APIuTools browser 简称 ubrowser,是根据 uTools 的特性,量身打造的一个可编程浏览器。利用 ubrowser 可以轻而易举连接一切互联网服务,且与 uTools 完美结合。ubrowser 拥有优雅的链式调用接口,可以用口语化的数行代码,实现一系列匪夷所思的操作。例如:1、RPA 自动化脚本2、网页魔改3、网页抓取基本 demo:// 打开"必应" 并搜索 "uTools"utools.ubrowser.goto(' .value('#sb_form_q', 'uTools') .click('#sb_form_go') .run({ width: 1000, height: 600 })API 列表useragent(userAgent)userAgent String设置 User-Agentgoto(url, headers, timeout)url Stringheaders Object (可选){ Referer: string, userAgent: string }timeout Integer (可选)超时 默认 60000 ms前往viewport(width, height)width Integerheight Integer页面大小hide()隐藏 ubrowser 窗口show()显示 ubrowser 窗口css(cssCode)cssCode String注入样式press(key, ...modifier)key Stringmodifier String (可选)ctrl | shift | alt | meta键盘按键paste(text)text String (可选)文本字符串 | 图片 base64执行粘贴screenshot(arg, savePath)arg String | Object (可选)String - 要截取的 DOM 元素Object - 截图位置和大小 { x: Integer, y: Integer, width: Integer, height: Integer }为空 截取整个窗口savePath String (可选)图片保存路径,,也可以是完整PNG文件路径(默认存储在临时目录)部分网页截图pdf(options, savePath)options Object (可选){ marginsType: 0 | 1 | 2, pageSize: ('A3' | 'A4' | 'A5' | 'Legal' | 'Letter' | 'Tabloid') | { width: Integer, height: Integer } }与 Electron API 一致savePath String (可选)图片保存路径,也可以是完整pdf文件路径(默认存储在临时目录)保存页面为PDFdevice(arg)arg String | ObjectString - 'iPhone 11' | 'iPhone X' | 'iPad' | 'iPhone 6/7/8 Plus' | 'iPhone 6/7/8' | 'iPhone 5/SE' | 'HUAWEI Mate10' | 'HUAWEI Mate20' | 'HUAWEI Mate30' | 'HUAWEI Mate30 Pro'Object - { size: { width: Integer, height: Integer }, useragent: String }模拟设备cookies(name)name String (可选)为空获取全部 cookie获取cookiesetCookies(name, value)name Stringvalue String设置 cookiesetCookies(cookies)cookies Array[{ name: String, value: String }, { name: String1, value: String1 }]设置 cookieremoveCookies(name)name String删除 cookieclearCookies(url)url String (可选)如果在执行"goto"前执行 url 参数必需清空 cookiedevTools(mode)mode String (可选)'right' | 'bottom' | 'undocked' | 'detach' 默认为 'detach'打开开发者工具evaluate(func, ...params)func Function在网页内执行的函数param Any (可选)传递给 func 的参数执行 JS 函数,如果有返回值将加入到返回结果中示例 { return document.querySelector('div').innerText}, 'param1', 'param2')">.evaluate((param1, param2) => { return document.querySelector('div').innerText}, 'param1', 'param2')wait(ms)ms Integer等待的毫秒数等待wait(selector, timeout)selector StringDOM 元素timeout Integer (可选)超时 默认 60000 ms等待 DOM 元素出现wait(func, timeout,...params)func Function在网页内执行的函数,返回 true 结束等待timeout Integer (可选)超时 默认 60000 msparam Any (可选)传递给
2025-04-20Introducing Browser, the ultimate web browsing experience on your Apple Watch! Explore the vastness of the internet without needing to reach for your phone. With Browser, you have a fully functional web browser right on your wrist.Key Features:Seamlessly navigate websites: Whether it's accessing a specific website or searching for information, simply type or speak the URL or search term, and Browser will fetch the results for you.Powered by Google: Utilize the power of Google as your default search engine. Find what you're looking for effortlessly and stay up-to-date with the latest information.Secure browsing: Enjoy peace of mind with Browser's emphasis on privacy and security. Your browsing sessions are encrypted and protected from potential threats.Bookmark your favorites: Save your most visited websites as bookmarks for instant access. Quickly jump back to your go-to sites with just a tap on your Apple Watch.Intuitive navigation: Swipe left to effortlessly go back to the previous page. Experience smooth and seamless browsing with intuitive gestures designed specifically for the Apple Watch.Browser offers an exceptional browsing experience that is fast, secure, and user-friendly. Discover a new way of exploring the web with the convenience of your Apple Watch. Don't miss out - download Browser today and elevate your browsing to new heights, right from your wrist!Privacy : Of Service : What’s New This version of uBrowser includes bug fixes and usability updates Ratings and Reviews Freee browser Best to use App Privacy The developer, Do Tan Loc, indicated that the app’s privacy practices may include handling of data as described below. For more information, see the developer’s privacy policy. Data Not Collected The developer does not collect any data from this app. Privacy practices may vary based on, for example, the features you use or your age. Learn More Information Provider Do Tan Loc Size 11.6 MB Category Utilities Compatibility iPhone Requires iOS 15.0 or later. iPad Requires iPadOS 15.0 or later. iPod touch Requires iOS 15.0 or later. Mac Requires macOS 12.0 or later and a Mac with Apple M1 chip or later. Apple Watch Requires watchOS 9.0 or later. Apple Vision Requires visionOS 1.0 or later. Age Rating 17+ Infrequent/Mild Cartoon or Fantasy Violence Unrestricted Web Access Infrequent/Mild Horror/Fear Themes Infrequent/Mild Mature/Suggestive Themes Copyright © Loc Do Price Free In-App Purchases uBrowser Plus Weekly ₹ 699 uBrowser Plus Yearly ₹ 3,999 uBrowser Plus Monthly ₹ 999 App Support Privacy Policy App Support Privacy Policy More By This Developer You Might Also Like
2025-04-21Func 的参数等待JS函数执行返回 truewhen(selector)selector StringDOM 元素当元素存在时执行直到碰到 end() 方法when(func, ...params)func Function在网页内执行的函数,返回 true 执行param Any (可选)传递给 func 的参数当 JS 函数执行返回 true 时执行, 直到碰到 end() 方法end()与 when 配套使用click(selector)selector String单击元素mousedown(selector)selector String元素触发按下鼠标左键mouseup(selector)selector String元素触发释放鼠标左键file(selector, payload)selector Stringinput type='file' 元素payload String | Array | Buffer文件路径 或 路径集合 或 文件 Buffer为网页中的 file input 赋值value(selector, val)selector Stringinput textarea select 元素val String为网页中的 input textarea select 元素赋值check(selector, checked)selector Stringcheckbox radio 元素checked Boolean是否选中checkbox radio 元素选中或取消选中focus(selector)selector String元素获得焦点scroll(selector)selector String滚动到元素位置scroll(y)y IntegerY轴滚动scroll(x, y)x Integery IntegerX轴和Y轴滚动download(url, savePath)url String下载文件的URLsavePath String (可选)保存路径(保存所在文件夹或文件绝对路径)文件下载run(options)options ObjectObjectshow Boolean (可选) 是否显示width Integer (可选) 宽度 默认为 800height Integer (可选) 高度 默认为 600x Integer (可选) 位置 Xy Integer (可选) 位置 Ycenter Boolean (可选) 窗口在屏幕居中minWidth Integer (可选) 窗口的最小宽度。默认值为 0minHeight Integer (可选) 窗口的最小高度。默认值为 0maxWidth Integer (可选) 窗口的最大宽度。默认无限制maxHeight Integer (可选) 窗口的最大高度。默认无限制resizable Boolean (可选) 窗口是否可以改变尺寸。默认值为 truemovable Boolean (可选) 窗口是否可以移动,在 Linux 中无效。默认值为 trueminimizable Boolean (可选) 窗口是否可以最小化,在 Linux 中无效。默认值为 truemaximizable Boolean (可选) 窗口是否可以最大化动,在 Linux 中无效。默认值为 truealwaysOnTop Boolean (可选) 窗口是否永远置顶。默认值为 falsefullscreen Boolean (可选) 窗口是否全屏。默认值为 falsefullscreenable Boolean (可选) 窗口是否可以进入全屏状态。默认值为 trueenableLargerThanScreen Boolean (可选) 是否允许改变窗口的大小使之大于屏幕的尺寸,仅适用于 macOS,因为其它操作系统默认允许 大于屏幕的窗口。 默认值为 falseopacity Number (可选) 设置窗口初始的不透明度,介于 0.0 (完全透明) 和 1.0 (完全不透明) 之间。仅支持 Windows 和 macOS 。返回 Promise启动 ubrowser 运行实例run(ubrowserId)ubrowserId Integerrun(options) 运行结束后, 当 ubrowser 实例窗口仍然显示时返回utools.getIdleUBrowsers() 中获得返回 Promise运行在闲置状态(已运行结束,未关闭)的 ubrowser 实例上getIdleUBrowsers()返回 Array获取闲置的 ubrowser示例console.log(utools.getIdleUBrowsers())// [{ id: number, title: string, url: string, x: number, y: number, width: number, height: number }]setUBrowserProxy(config)config Object与 Electron API 一致返回 Boolean设置 ubrowser 代理示例utools.setUBrowserProxy({ proxyRules: 'http=foopy:80;ftp=foopy2'})clearUBrowserCache()返回 Boolean清空 ubrowser 缓存示例utools.clearUBrowserCache()
2025-04-03