Marcelo Cecin

Results 30 comments of Marcelo Cecin

no need to update PHP, try editing the /Users/lookang/Desktop/tagui/src/ws/Client.php file and insert in line 12: `#[\Allow Dynamic Properties]`

or you can downgrade PHP version: https://github.com/aisingapore/TagUI/issues/1136

check https://github.com/aisingapore/TagUI/issues/967

can you share more details ?

``` api_config = {method:'POST', header:['Content-type: application/x-www-form-urlencoded'], body:'orem=ipsum&name=binny'}; api https://webhook.site/your_id_here echo `api_result` ``` ![](https://user-images.githubusercontent.com/2955762/227362282-b236168f-b503-4a78-b5a9-1b4183969e9d.png)

can you share the code and attach some prints ?

``` https://www.w3schools.com/howto/howto_js_copy_clipboard.asp type //*[@id="myInput"] as [clear]500, 600 click //*[@id="main"]/div[3]/button text_contents = clipboard() echo `text_contents` echo Removing spaces . . . re = /\s/g new_text = text_contents.replace(re,'') echo `new_text` clipboard(new_text) type...

`pip3 install git+https://github.com/mukulhase/WebWhatsapp-Wrapper.git`

which versions of PHP, Selenium, Firefox and geckodriver ?