fancarpedia
fancarpedia
Very nice scenario for this is list of selected tags for article. Is it any update for this issue?
Anyway, quick solution to show selected items in multiple with ajax is to add `this.slim.values();` into condition `if (this.config.isAjax && selected) {` in `SlimSelect.prototype.setData = function (data) {` It's working...
Im using something like this ``` use Nesk\Rialto\Data\JsFunction; class Page { private $page; function __construct($page) { $this->page = $page; } function getStyle(string $selector,string $style) { if (!$this->selectorExists($selector,true)) { return false;...
I'm glad it helps. It's half and year of research. 1. Check if exists - when not, app will crash in next steps 2. Check if display is not set...
```@method \Nesk\Puphpeteer\Resources\HTTPResponse\|null goto(string $url, array{ referer: string, timeout: float, waitUntil: string\|string[] } $options = null)``` You have to set timeout as option `$page->goto($url,['timeout'=>3000]);`
Please put here also HTML code. Try add menu to quotes and also use *. `$page->evaluate(JsFunction::createWithBody(" jQuery('*[id^=\"menu\"] a').click(); "));` Did you try this Javascript in dev console?
Well. As puphpeteer follows original puppeteer structure, there was not big need to extra separated documentation. Due to working on 2.x, I guess, this is postponed until new version will...
I solved this by some trick. 1. Add some random class name to < body > element 2. Do click where you want 3. Make loop which check if <...
Sometimes can happends taht tile between two requests for rialto (bridge between php / puphpeteer / rialto / puppeteer). You need to rise timeout. Because it will happends alsways.
I don't like updating ala Chrome 101. I agree with @mihakot, to release bug fix and security fix immediately. Functionality updates will be good to not release so often. Maybe...