-
Notifications
You must be signed in to change notification settings - Fork 14
Right click on the web page is not working #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service< 8000 /a> and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hello , The README.md was incorrect in the mouse action part. You need to use CTRL + right click. Note that in the current revision the application toolbar 'inject' button action handler is running on a UI thread, and you have to click the application button every time after the element information from the page is collected and added to the breadcrump. |
Hi sergueik, Yes now i got it, Thank you very much for your quick reply. i never expect your reply will be in quick time. Thank you very much for your support. Thanks, |
< 8000 details-menu class="dropdown-menu dropdown-menu-sw show-more-popover color-fg-default" style="width:185px" src="" preload >
Hi sergueik, The code is not detecting Tab change when using it on webpages like amazon etc. when we choose a product the website directs to a new tab so that we cannot able to inject the script in the current page the explore icon is disabled at that moment. kindly please provide assistant on that Thanks, |
Hi sergueik, The code is not detecting Tab change when using it on webpages like amazon etc. when we choose a product the website directs to a new tab so that we cannot able to inject the script in the current page the explore icon is disabled at that moment. kindly please provide assistant on that Thanks, |
Thanks for reporting this. Tracking of runaway browser currently is not very powerful. Conversion of toolbar button listener to running in the background thread would take some time. |
Hi. I am facing an issue while trying to inject the script there was an unexcepted error denoting "org.openqa.selenium.WebDriverException: unknown error: Runtime. evaluate threw exception: SyntaxError: Invalid or unexpected token" Could you help me why this is happening whether it is because of selenium or browser facts... |
HELLO Naveen
Sorry for late reply
provide more information about the url of the page you getting the exception, please On Monday, April 1, 2019, 4:54:51 AM EDT, Naveenv22 <notifications@github.com> wrote:
Hi.
I am facing an issue while trying to inject the script there was an unexcepted error denoting "org.openqa.selenium.WebDriverException: unknown error: Runtime. evaluate threw exception: SyntaxError: Invalid or unexpected token"
Could you help me why this is happening whether it is because of selenium or browser facts...
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
hey sergueik, actually the issue was with selenium driver version. I have
updated it to the latest and it works fine.
thankyou for your response :)
ThankYou,
Naveen
On Fri, Jul 26, 2019 at 9:36 AM Serguei Kouzmine <notifications@github.com>
wrote:
…
HELLO Naveen
Sorry for late reply
provide more information about the url of the page you getting the
exception, please On Monday, April 1, 2019, 4:54:51 AM EDT, Naveenv22 <
***@***.***> wrote:
Hi.
I am facing an issue while trying to inject the script there was an
unexcepted error denoting "org.openqa.selenium.WebDriverException: unknown
error: Runtime. evaluate threw exception: SyntaxError: Invalid or
unexpected token"
Could you help me why this is happening whether it is because of selenium
or browser facts...
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#1?email_source=notifications&email_token=AICT7AIAYZ6NRE3M3YOEW3LQBJZ5PA5CNFSM4EE5H3F2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD23N4UQ#issuecomment-515300946>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AICT7ALEC4HZR47ICU2UCRLQBJZ5PANCNFSM4EE5H3FQ>
.
|
Hi sergueik,
I have download the project and worked on it, seems like everything is working fine the sample tool box gets opened, and the browse get launched when the launch browser icon is clicked, also clicked on the inject icon and the script got injected, which can be viewed through the test env console, but when i perform right click on an element in the web page i am not getting any form regarding the element, followed the exact steps as provided in git, but still i don't find any form while performing right click,
kindly help me with a solution....
The text was updated successfully, but these errors were encountered: